Blockerbugs: try to include group_vars explicitly
This commit is contained in:
parent
21dbe39c33
commit
edd4d6c380
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
|||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
||||
{% if env == 'staging' %}
|
||||
- /srv/web/infra/ansible/inventory/group_vars/blockerbugs_stg
|
||||
{% else %}
|
||||
- /srv/web/infra/ansible/inventory/group_vars/blockerbugs
|
||||
{% endif %}
|
||||
|
||||
tasks:
|
||||
- name: Create the database user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue