mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user