Skip to content

Instantly share code, notes, and snippets.

@abadger
Last active August 29, 2015 14:10
Show Gist options
  • Save abadger/dfede79ada3030034d5b to your computer and use it in GitHub Desktop.
Save abadger/dfede79ada3030034d5b to your computer and use it in GitHub Desktop.
---
- hosts: rhel7
tasks:
- name: unarchive as a local_action
localaction: unarchive dest=/var/tmp/mine src=/var/tmp/file.tar.gz
register: results
- debug: var=results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment