mirror of
https://github.com/alex-oleshkevich/setup-ansible.git
synced 2026-04-21 07:40:12 -07:00
Workflow action to setup Ansible
|
|
||
|---|---|---|
| .github/workflows | ||
| action.yml | ||
| LICENSE | ||
| README.md | ||
setup-ansible
A GitHub Workflow action to set up Ansible.
Usage
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "Install Ansible"
uses: alex-oleshkevich/setup-ansible@VERSION
with:
version: "9.3.0"
- name: "Print Ansible version"
run: ansible-playbook --version