ansible-host: Add support for resolving IP/domain names

This commit is contained in:
Timo Makinen 2021-09-11 17:09:15 +00:00
parent d6eda5f722
commit 50a1a63f81

View file

@ -10,6 +10,7 @@
state: installed
with_items:
- ansible
- python3-dns # required for lookup('dig', 'hostname')
- python3-netaddr # required by iptables role
- name: create private directory and force permissions