7 lines
273 B
Plaintext
7 lines
273 B
Plaintext
# Python dependencies for the Ansible *control node* (the machine running
|
|
# ansible-playbook). Dependencies needed only on managed hosts (Pis/server)
|
|
# are installed by the relevant roles themselves via apt/pip tasks.
|
|
ansible-core>=2.14
|
|
ansible-lint
|
|
keepassxc-proxy-client
|