Skip to content

Instantly share code, notes, and snippets.

@jurgenhaas
Created October 16, 2013 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jurgenhaas/7003535 to your computer and use it in GitHub Desktop.
Save jurgenhaas/7003535 to your computer and use it in GitHub Desktop.
Files to reproduce Ansible issue 4291
- name: 'Test for issue 4291'
hosts: all
connection: local
tasks:
- name: 'Output message'
debug: msg="hello, your dir is {{ inventory_dir }} - are you OK with that?"
#!/bin/bash
ansible-playbook -i ../inventories/company1/hosts ../playbooks/test4291.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment