Revert previous error
Some checks failed
Ansible Deploy / deploy (Ansible/debian.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Has been cancelled
Ansible Lint / build (push) Successful in 1m12s
Some checks failed
Ansible Deploy / deploy (Ansible/debian.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Has been cancelled
Ansible Lint / build (push) Successful in 1m12s
This commit is contained in:
parent
9bc2dfd599
commit
e620667ee1
@ -11,7 +11,13 @@ jobs:
|
|||||||
- Ansible/heartbeat.yml
|
- Ansible/heartbeat.yml
|
||||||
- Ansible/debian.yml
|
- Ansible/debian.yml
|
||||||
steps:
|
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
|
#- name: Install Ansible Galaxy requirements
|
||||||
# run: |
|
# run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user