aboutsummaryrefslogtreecommitdiffstats
path: root/site.prerequisites.yml
diff options
context:
space:
mode:
Diffstat (limited to 'site.prerequisites.yml')
-rw-r--r--site.prerequisites.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/site.prerequisites.yml b/site.prerequisites.yml
index 3178164..5495522 100644
--- a/site.prerequisites.yml
+++ b/site.prerequisites.yml
@@ -1,8 +1,10 @@
+---
+
- hosts: all
gather_facts: false
tasks:
- name: bruteforce python installation with all packages possiblity # noqa: no-changed-when
- raw: |
+ ansible.builtin.raw: |
! pkg_add python3 &&
! pkg install python3 &&
apk add python
remember that computers suck.