aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-06-29 19:29:43 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-06-30 17:00:40 +0200
commit877d4ef8b4a0ed23a3d9e1143fdd1c63da61df80 (patch)
treea6ef6efb4f77eb2002d1eb9362799a15b06c9dc4 /roles
parentdc436c6b84318d938679812ae78ae3ac96bf0a84 (diff)
downloadrules-877d4ef8b4a0ed23a3d9e1143fdd1c63da61df80.tar.gz
fix(roles/prerequisites): do not fail on missing python
Diffstat (limited to 'roles')
-rw-r--r--roles/prerequisites/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/prerequisites/tasks/main.yml b/roles/prerequisites/tasks/main.yml
index cd241a6..d56114f 100644
--- a/roles/prerequisites/tasks/main.yml
+++ b/roles/prerequisites/tasks/main.yml
@@ -4,6 +4,7 @@
ansible.builtin.raw: command -v python3
register: prerequisites__register_python_present
changed_when: prerequisites__register_python_present.rc != 0
+ failed_when: false
- name: bruteforce python installation with all packages possiblity
ansible.builtin.raw: |
remember that computers suck.