Skip to content

Instantly share code, notes, and snippets.

@perzizzle
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save perzizzle/37d48708f6899921970a to your computer and use it in GitHub Desktop.

Select an option

Save perzizzle/37d48708f6899921970a to your computer and use it in GitHub Desktop.
main.yml Unzip test
---
- name: UnzipTest
hosts: linux
tasks:
- name: Unzip deploy tools
unarchive: src=/home/mperzel/deploy.zip dest=/home/mperzel/deploy/ copy=no #group=awx owner=awx mode=2770 copy=no
delegate_to: 127.0.0.1
run_once: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment