This commit is contained in:
parent
178c51628b
commit
99a3500d9d
4 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
3.12.3
|
||||
3.12
|
||||
|
|
2
home.yml
2
home.yml
|
@ -2,6 +2,6 @@
|
|||
- name: Local environment
|
||||
hosts: localhost
|
||||
roles:
|
||||
- ubuntu
|
||||
- system-packages
|
||||
- managed-blocks
|
||||
- tool-config
|
||||
|
|
2
run.sh
2
run.sh
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue