diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-11-01 22:26:27 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-11-01 22:26:27 +0100 |
commit | 98c3764dad37050912f7a2a7432e5916deb834a1 (patch) | |
tree | 346e9fc9c72adaf86713efabddb541f2e53b5ae0 /roles/prerequisites/tasks/main.yml | |
parent | f098b6248cd2b425d57e21899a97d77d64cb45bd (diff) | |
download | rules-98c3764dad37050912f7a2a7432e5916deb834a1.tar.gz |
chore: bump dependencies for OpenBSD 7.6
Diffstat (limited to 'roles/prerequisites/tasks/main.yml')
-rw-r--r-- | roles/prerequisites/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/prerequisites/tasks/main.yml b/roles/prerequisites/tasks/main.yml index d56114f..742eb18 100644 --- a/roles/prerequisites/tasks/main.yml +++ b/roles/prerequisites/tasks/main.yml @@ -9,6 +9,7 @@ - name: bruteforce python installation with all packages possiblity ansible.builtin.raw: | ! pkg_add python3 && + ! pkg_add python-3.11.10p1 && ! pkg install python3 && ! apk add python register: result |