diff options
Diffstat (limited to 'site.prerequisites.yml')
-rw-r--r-- | site.prerequisites.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site.prerequisites.yml b/site.prerequisites.yml index 3178164..b409a8b 100644 --- a/site.prerequisites.yml +++ b/site.prerequisites.yml @@ -2,7 +2,7 @@ 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 |