diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-07-29 17:00:20 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-07-29 17:00:20 +0200 |
commit | b232b894c3cbe087c8d504e91637dcf62199eed1 (patch) | |
tree | ea72a7d1a7f63c6425ee46785e1cec924351b2c3 /playbooks/extra | |
parent | 22126073344e60c405d086df37b64da0c6d3c086 (diff) | |
download | infrastructure-b232b894c3cbe087c8d504e91637dcf62199eed1.tar.gz |
Bump to third revision of homelab
Diffstat (limited to 'playbooks/extra')
-rw-r--r-- | playbooks/extra/prerequisites.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/extra/prerequisites.yml b/playbooks/extra/prerequisites.yml index a80d85e..eddb418 100644 --- a/playbooks/extra/prerequisites.yml +++ b/playbooks/extra/prerequisites.yml @@ -10,10 +10,10 @@ tasks: - name: bruteforce python installation with all packages possiblity - raw: "{{ item }}" + raw: | + pkg_add python3 + pkg install python3 + apk add python ignore_errors: true - loop: - - pkg_add python3 - - pkg install python3 - - apk add python + failed_when: false poll: 0 |