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