bitwarden

This commit is contained in:
jaydee 2024-11-14 13:09:23 +01:00
parent e47d3ce529
commit ab811102a6

View File

@ -8,9 +8,11 @@
name: name:
- sqlite3 - sqlite3
state: present state: present
update_cache: yes
become: true become: true
update_cache: yes
when: inventory_hostname == destination_server when: inventory_hostname == destination_server
- include_tasks: stop_containers.yaml - include_tasks: stop_containers.yaml
name: Stop Containers name: Stop Containers
when: inventory_hostname == destination_server when: inventory_hostname == destination_server