Adding Ansible installation step
This commit is contained in:
@@ -53,6 +53,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Install Ansible & Dependencies
|
||||
uses: alex-oleshkevich/setup-ansible@v1.0.1
|
||||
with:
|
||||
version: "2.18.1"
|
||||
- name: Cache Ansible Galaxy Collections
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
@@ -203,7 +207,8 @@ jobs:
|
||||
ref: main
|
||||
- name: Install Vault
|
||||
uses: cpanato/vault-installer@main
|
||||
- name: Ansible Playbook Dry Run
|
||||
- name: Docker Config Deployment
|
||||
id: docker-config-deploy
|
||||
uses: arillso/action.playbook@0.0.8
|
||||
with:
|
||||
galaxy_collections_path: ansible/collections
|
||||
|
||||
Reference in New Issue
Block a user