Remove the 'run_once' condition

This commit is contained in:
Andrea Dell'Amico 2020-10-26 17:14:41 +01:00
parent 48d1e53c0b
commit 142fcf9ca4
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
- name: Install the DB initialization script
template: src=pg-create-user-db.sh.j2 dest={{ epas_compose_dir }}/pg-create-user-db.sh owner=root group=root mode='0555'
run_once: True
when:
- epas_dockerized_db
- epas_docker_db_node == ansible_fqdn
@ -54,6 +53,5 @@
# ignore_errors: True
# when: epas_behind_haproxy
run_once: True
when: docker_swarm_manager_node is defined and docker_swarm_manager_node
tags: [ 'epas', 'epas_swarm', 'epas_server' ]