mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
e5c9b09c0c
commit
c06d9f7bc1
@ -78,7 +78,7 @@
|
||||
when: inventory_hostname == destination_server
|
||||
- include_tasks: start_containers.yaml
|
||||
name: Start Containers
|
||||
when: inventory_hostname == destination_server
|
||||
when: inventory_hostname == destination_server or inventory_hostname == source_server
|
||||
- name: Pause for 60 seconds
|
||||
ansible.builtin.pause:
|
||||
seconds: 60
|
||||
@ -87,7 +87,7 @@
|
||||
ignore_errors: true
|
||||
become: true
|
||||
register: result
|
||||
when: inventory_hostname == destination_server or inventory_hostname == source_server
|
||||
when: inventory_hostname == destination_server
|
||||
# - name: Get relevant configs
|
||||
# ansible.builtin.shell: 'docker restart gitlab'
|
||||
# ignore_errors: yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user