ansible_host: Fix python dependencies for ansible
This commit is contained in:
parent
8dd1e61c3b
commit
82a91857d0
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
- ansible
|
||||
- ansible-collection-ansible-posix
|
||||
- ansible-collection-community-general
|
||||
- python3.11-dns # required for lookup('dig', 'hostname')
|
||||
- python3.11-netaddr # required by iptables role
|
||||
- python3.9-dns # required for lookup('dig', 'hostname')
|
||||
- python3.9-netaddr # required by iptables role
|
||||
|
||||
- name: Patch ansible to support python 3.12 clients
|
||||
ansible.posix.patch:
|
||||
|
|
Loading…
Add table
Reference in a new issue