Last active
August 29, 2015 14:11
-
-
Save perzizzle/37d48708f6899921970a to your computer and use it in GitHub Desktop.
main.yml Unzip test
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
| --- | |
| - 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