diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/prerequisites.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/prerequisites.yml b/playbooks/prerequisites.yml index ac4d58d..3178164 100644 --- a/playbooks/prerequisites.yml +++ b/playbooks/prerequisites.yml @@ -1,7 +1,7 @@ - hosts: all gather_facts: false tasks: - - name: bruteforce python installation with all packages possiblity + - name: bruteforce python installation with all packages possiblity # noqa: no-changed-when raw: | ! pkg_add python3 && ! pkg install python3 && |