mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-02-02 22:48:48 +00:00
bitwarden
This commit is contained in:
parent
ab811102a6
commit
3f8b52fdbe
@ -3,6 +3,10 @@
|
|||||||
hosts: containers
|
hosts: containers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
- debug:
|
||||||
|
msg: "{{ inventory_hostname }}"
|
||||||
|
- debug:
|
||||||
|
msg: "{{ destination_server }}"
|
||||||
- name: Install sqlite3
|
- name: Install sqlite3
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user