Remove an undefined variable

This commit is contained in:
Andrea Dell'Amico 2020-10-26 16:52:08 +01:00
parent 3ab00b9cf7
commit e5a892f705
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@
hostname: '{{ epas_docker_attachments_node }}' hostname: '{{ epas_docker_attachments_node }}'
labels: labels:
epas_storage: 'attachments' epas_storage: 'attachments'
labels_state: '{{ docker_label_state_mode }}' labels_state: 'merge'
- name: Add the label that will be used as a constraint for the postgresql DB - name: Add the label that will be used as a constraint for the postgresql DB
docker_node: docker_node:
hostname: '{{ epas_docker_db_node }}' hostname: '{{ epas_docker_db_node }}'
labels: labels:
epas_pg_data: 'epas_db' epas_pg_data: 'epas_db'
labels_state: '{{ docker_label_state_mode }}' labels_state: 'merge'
when: epas_dockerized_db when: epas_dockerized_db
- name: Install the docker compose file - name: Install the docker compose file