bitwarden

This commit is contained in:
jaydee 2024-11-14 13:08:27 +01:00
parent cc87747554
commit e47d3ce529

View File

@ -3,12 +3,13 @@
hosts: containers
gather_facts: false
tasks:
- name: Install docker
- name: Install sqlite3
ansible.builtin.apt:
name:
- sqlite3
state: present
become: true
update_cache: yes
when: inventory_hostname == destination_server
- include_tasks: stop_containers.yaml
name: Stop Containers