This action allows you to run ansible-playbook
with no additional options.
To use the action simply add the following lines to your .github/main.workflow
.
action "Run Ansible Playbook" {
uses = "stoe/actions/ansible-playbook@master"
}
- ACTION_PLAYBOOK_NAME: (optional) defaults to
playbook.yml
The Dockerfile and associated scripts and documentation in this project are released under the MIT.