diff --git a/tasks/shinyproxy_docker_service.yml b/tasks/shinyproxy_docker_service.yml index 78b0834..39ee8cc 100644 --- a/tasks/shinyproxy_docker_service.yml +++ b/tasks/shinyproxy_docker_service.yml @@ -21,7 +21,7 @@ when: shinyproxy_container_backend == 'docker' tags: [ 'shinyproxy', 'shinyproxy_docker', 'docker' ] -- name: Manage the installation of the shinyproxy configuration +- name: Manage the installation of the shinyproxy configuration of the swarm service block: - name: Create the directory where the dockerfile and the configuration file will be copied into file: dest={{ shinyproxy_as_docker_src_dir }} state=directory @@ -34,9 +34,6 @@ - name: Manage the composition of shinyproxy as a docker swarm stack block: - - name: Create the directory where the dockerfile and the configuration file will be copied into - file: dest={{ shinyproxy_as_docker_src_dir }} state=directory - - name: Install the docker compose file template: src=shinyproxy-docker-compose.yml.j2 dest={{ shinyproxy_as_docker_src_dir }}/docker-shinyproxy-stack.yml