Merge pull request 'Fix the indentation of a conditional.' (#4) from adellam/ansible-role-epas:master into master

This commit is contained in:
Andrea Dell'Amico 2020-10-26 16:56:23 +01:00
commit 87a163701a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
labels:
epas_pg_data: 'epas_db'
labels_state: 'merge'
when: epas_dockerized_db
when: epas_dockerized_db
- name: Install the docker compose file
template: src=epas-docker-compose.yml.j2 dest={{ epas_compose_dir }}/docker-epas-stack.yml owner=root group=root mode='0400'