Skip to content

Instantly share code, notes, and snippets.

@jimi-c
Created January 3, 2016 00:11
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 jimi-c/8590c87fa4cad93d0135 to your computer and use it in GitHub Desktop.
Save jimi-c/8590c87fa4cad93d0135 to your computer and use it in GitHub Desktop.
# ansible-playbook -vv 13712.yml
Using /etc/ansible/ansible.cfg as config file
1 plays in 13712.yml
PLAY ***************************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [user] ********************************************************************
ok: [localhost] => (item=foo) => {"changed": false, "item": "foo", "name": "foo", "state": "absent"}
ok: [localhost] => (item=bar) => {"changed": false, "item": "bar", "name": "bar", "state": "absent"}
PLAY RECAP *********************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment