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