sixth attempt
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 1m13s
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 1m13s
This commit is contained in:
parent
bd891445b7
commit
39f57473f6
@ -30,6 +30,7 @@ jobs:
|
||||
apt update -y
|
||||
apt install python3-pip -y
|
||||
python3 -m pip install ansible
|
||||
echo '${{secrets.BECOME_PASSWORD}}' > ./.become_pass
|
||||
|
||||
#- name: Install Ansible Galaxy requirements
|
||||
# run: |
|
||||
@ -47,4 +48,4 @@ jobs:
|
||||
|
||||
options: |
|
||||
--inventory Ansible/inventory.ini
|
||||
--extra-vars "@Ansible/homelab-vault/secrets.yml"
|
||||
--become-pass-file ./.become_pass
|
Loading…
Reference in New Issue
Block a user