Add an Gitea Action for Deploying Ansible Playbooks #1

Merged
BenHays42 merged 12 commits from ansible-deploy-action into main 2024-10-13 01:42:00 +00:00
Showing only changes of commit e620667ee1 - Show all commits

View File

@ -11,7 +11,13 @@ jobs:
- Ansible/heartbeat.yml
- Ansible/debian.yml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Install Ansible
run: |
apt update -y
apt install python3-pip -y
python3 -m pip install ansible
#- name: Install Ansible Galaxy requirements
# run: |