fix: rework for debian
Some checks are pending
/ sast (push) Waiting to run

This commit is contained in:
Marc 2024-09-29 12:48:56 -04:00
parent 178c51628b
commit 99a3500d9d
Signed by: marc
GPG key ID: 048E042F22B5DC79
4 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
3.12.3
3.12

View file

@ -2,6 +2,6 @@
- name: Local environment
hosts: localhost
roles:
- ubuntu
- system-packages
- managed-blocks
- tool-config

2
run.sh
View file

@ -5,5 +5,5 @@ if [[ -z "$(command -v pipx)" ]]; then
exit 1
fi
pipx install "ansible~=10.0"
pipx install "ansible-core"
ansible-playbook -v --ask-become-pass "$1"