Switch back to inventory_hostname_short for debugging

This commit is contained in:
Kevin Fenzi 2015-11-11 23:20:28 +00:00
parent 32f6ce5ac7
commit 0c533ee5f0
3 changed files with 1 additions and 1 deletions

View file

@ -42,7 +42,7 @@
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
- "/srv/web/infra/ansible/vars/nagios.{{ inventory_hostname }}.yml"
- "/srv/web/infra/ansible/vars/nagios.{{ inventory_hostname_short }}.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"