OK, just show me that one for now

This commit is contained in:
Luke Murphy 2020-04-13 19:54:40 +02:00
parent 7c7f52cb51
commit 28d8f8efd8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 1 deletions

View File

@ -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