From 6c6462fa329b1d7afe89178f8e98958782720eb1 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 9 Apr 2024 19:43:53 +0200 Subject: [PATCH] Remove a duplicate task. --- tasks/shinyproxy_docker_stack_service.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tasks/shinyproxy_docker_stack_service.yml b/tasks/shinyproxy_docker_stack_service.yml index acf5b4b..49dba9e 100644 --- a/tasks/shinyproxy_docker_stack_service.yml +++ b/tasks/shinyproxy_docker_stack_service.yml @@ -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