Created
September 1, 2016 19:51
-
-
Save hryamzik/38d41685e5e83c6f9d7ed7b46b806062 to your computer and use it in GitHub Desktop.
ansible 2.1.1.0 issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localhost ansible_connection=local | |
localhost2 ansible_connection=local |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
some_var: 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- hosts: localhost | |
gather_facts: no | |
tasks: | |
- debug: msg="{{ hostvars['localhost2'].some_var }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment