Remove a redundant task.

This commit is contained in:
Andrea Dell'Amico 2020-10-07 19:23:09 +02:00
parent 44dc64207b
commit eb90846940
1 changed files with 1 additions and 4 deletions

View File

@ -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