diff --git a/plays/pre_deploy.yml b/plays/pre_deploy.yml index b6961e7..ca6afe3 100644 --- a/plays/pre_deploy.yml +++ b/plays/pre_deploy.yml @@ -22,7 +22,6 @@ # using `with_items` because Ansible decides that is the only way we can do # that - name: Include database tasks - no_log: true include: ./lib/database.yml datastore={{ item }} with_items: "{{ db }}" when: db is defined