https://github.com/mediapop/ansible.unarchive
https://github.com/mediapop/ansible.unarchive
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mediapop/ansible.unarchive
- Owner: mediapop
- Created: 2015-08-31T04:31:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T04:50:04.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T08:11:41.645Z (4 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README.md
# Ansible Role: UnarchiveMake sure [unarchive](https://docs.ansible.com/ansible/unarchive_module.html) works in my roles.
## Example Playbook
```yml
- hosts: webservers
roles:
- role: Celc.unarchive
```
## Example as a dependency in your meta```yml
---
dependencies:
- role: Celc.unarchive
```## License
MIT