Moving requirements file up a dir.
This commit is contained in:
@@ -229,8 +229,8 @@ jobs:
|
|||||||
- name: Run Ansible Playbook
|
- name: Run Ansible Playbook
|
||||||
uses: euclid1990/actions-ansible@v2
|
uses: euclid1990/actions-ansible@v2
|
||||||
with:
|
with:
|
||||||
playbook: ansible/playbook.yml
|
playbook: ansible/docker_config_deploy.yml
|
||||||
inventory: ansible/inventory
|
inventory: ansible/ansible-inventory
|
||||||
|
|
||||||
- name: Docker Compose Deployment
|
- name: Docker Compose Deployment
|
||||||
uses: keatonLiu/docker-compose-remote-action@v1.2
|
uses: keatonLiu/docker-compose-remote-action@v1.2
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
# Specify the inventory file
|
# Specify the inventory file
|
||||||
inventory = hosts.yml
|
inventory = hosts.yml
|
||||||
|
|
||||||
collections_path = ./collections/ansible_collections
|
collections_path = ./collections
|
||||||
# Set the logging verbosity level
|
# Set the logging verbosity level
|
||||||
verbosity = 2
|
verbosity = 2
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
collections:
|
|
||||||
- name: community.hashi_vault
|
|
||||||
version: 6.2.0
|
|
||||||
|
|
||||||
- name: community.general
|
|
||||||
version: 8.2.0
|
|
||||||
Reference in New Issue
Block a user