Add an Gitea Action for Deploying Ansible Playbooks #1
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user