fixes
This commit is contained in:
@@ -80,7 +80,7 @@ ansible -i ,localhost -c local localhost -m raw -a "echo hello world {{ inventor
|
||||
|
||||
#### Install ansible
|
||||
|
||||
`uv tool install ansible-core --with dnspython`
|
||||
`uv tool install ansible-core --with dnspython --with jmespath --with kubernetes`
|
||||
`echo 'export PATH="~/.local/share/uv/tools/ansible-core/bin:$PATH"' >> ~/.zshenv`
|
||||
|
||||
#### Install this project depedencies
|
||||
@@ -93,5 +93,5 @@ ansible-galaxy collection install --token 11bebd8fd1ad4009f700bdedbeb80b19743ce3
|
||||
|
||||
```
|
||||
ansible-galaxy collection install ./ansible/arcodange/factory -f
|
||||
|
||||
ansible-playbook -i ansible/arcodange/factory/inventory ansible/arcodange/factory/playbooks/02_setup.yml
|
||||
```
|
||||
Reference in New Issue
Block a user