Remove the conditional.
This commit is contained in:
parent
e922c123ef
commit
dd87548a98
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
- name: Manage the installation of the Information System GUI configuration of the swarm service
|
||||
when: docker_swarm_manager_node is defined and docker_swarm_manager_node
|
||||
tags: ['information_system_gui', 'information_system_gui_swarm', 'information_system_gui_server']
|
||||
block:
|
||||
- name: Create the directory where the compose file will be placed
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Reference in New Issue