Remove a duplicate task.
This commit is contained in:
parent
994cc96797
commit
6c6462fa32
|
@ -1,15 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: shinyproxy_docker_stack_service | Manage the installation of the shinyproxy configuration of the swarm service
|
|
||||||
tags: ['shinyproxy', 'shinyproxy_swarm', 'docker']
|
|
||||||
block:
|
|
||||||
- name: shinyproxy_docker_stack_service | Create the directory where the dockerfile and the configuration file will be copied into
|
|
||||||
ansible.builtin.file:
|
|
||||||
dest: "{{ shinyproxy_as_docker_src_dir }}"
|
|
||||||
state: directory
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: "0700"
|
|
||||||
|
|
||||||
- name: shinyproxy_docker_stack_service | Manage the docker stack
|
- name: shinyproxy_docker_stack_service | Manage the docker stack
|
||||||
tags: ['shinyproxy', 'shinyproxy_swarm', 'docker']
|
tags: ['shinyproxy', 'shinyproxy_swarm', 'docker']
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
Loading…
Reference in New Issue