Skip to content

Instantly share code, notes, and snippets.

@hryamzik
Created September 1, 2016 19:51
Show Gist options
  • Save hryamzik/38d41685e5e83c6f9d7ed7b46b806062 to your computer and use it in GitHub Desktop.
Save hryamzik/38d41685e5e83c6f9d7ed7b46b806062 to your computer and use it in GitHub Desktop.
ansible 2.1.1.0 issue
localhost ansible_connection=local
localhost2 ansible_connection=local
- 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