now correctly aplies add_host passed variables last to override existing vars.

This commit is contained in:
Brian Coca 2015-03-20 11:22:07 -04:00
commit a53cf9d6fa
2 changed files with 11 additions and 6 deletions

View file

@ -42,6 +42,12 @@
debug: var=unicode_host_var
- name: 'A play for hosts in group: ĪīĬĭ'
hosts: 'ĪīĬĭ'
gather_facts: false
tasks:
- debug: var=hostvars[inventory_hostname]
- name: 'A play for hosts in group: ĪīĬĭ'
hosts: 'ĪīĬĭ'
gather_facts: true