OK, just show me that one for now
This commit is contained in:
parent
7c7f52cb51
commit
28d8f8efd8
@ -22,7 +22,6 @@
|
|||||||
# using `with_items` because Ansible decides that is the only way we can do
|
# using `with_items` because Ansible decides that is the only way we can do
|
||||||
# that
|
# that
|
||||||
- name: Include database tasks
|
- name: Include database tasks
|
||||||
no_log: true
|
|
||||||
include: ./lib/database.yml datastore={{ item }}
|
include: ./lib/database.yml datastore={{ item }}
|
||||||
with_items: "{{ db }}"
|
with_items: "{{ db }}"
|
||||||
when: db is defined
|
when: db is defined
|
||||||
|
Reference in New Issue
Block a user