Init Script Update

This commit is contained in:
Christer Warén 2024-12-22 04:02:42 +02:00
parent eec548f5c1
commit 31468b561f

View File

@ -33,7 +33,7 @@ python3 -m venv ~/.venv/ansible &> /dev/null
~/.venv/ansible/bin/pip3 install cryptography dnspython hvac jmespath netaddr pexpect &> /dev/null
~/.venv/ansible/bin/pip3 install ansible &> /dev/null
~/.venv/ansible/bin/ansible-galaxy collection install ansible.posix containers.podman --upgrade &> /dev/null
~/.venv/ansible/bin/ansible-galaxy collection install community.general containers.podman --upgrade &> /dev/null
mkdir -p ~/.ansible &> /dev/null