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