ansible-host: Use python38 version of netadr
This commit is contained in:
parent
9820cd3aa0
commit
7349c688c5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
- ansible-collection-ansible-posix
|
- ansible-collection-ansible-posix
|
||||||
- ansible-collection-community-general
|
- ansible-collection-community-general
|
||||||
- python3-dns # required for lookup('dig', 'hostname')
|
- python3-dns # required for lookup('dig', 'hostname')
|
||||||
- python3-netaddr # required by iptables role
|
- python38-netaddr # required by iptables role
|
||||||
|
|
||||||
- name: create private directory and force permissions
|
- name: create private directory and force permissions
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue