Remove a duplicate task.

This commit is contained in:
Andrea Dell'Amico 2024-04-09 19:43:53 +02:00
parent 994cc96797
commit 6c6462fa32
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 11 deletions

View File

@ -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
tags: ['shinyproxy', 'shinyproxy_swarm', 'docker']
run_once: true