Remove a redundant task.
This commit is contained in:
parent
44dc64207b
commit
eb90846940
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue