diff --git a/tests/integration/targets/hcloud_rdns/tasks/main.yml b/tests/integration/targets/hcloud_rdns/tasks/main.yml index b3b7e4e..43d4080 100644 --- a/tests/integration/targets/hcloud_rdns/tasks/main.yml +++ b/tests/integration/targets/hcloud_rdns/tasks/main.yml @@ -2,6 +2,8 @@ # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) --- - name: setup + collections: + - community.general.ipfilter hcloud_server: name: "{{ hcloud_server_name }}" server_type: cx11 @@ -29,7 +31,7 @@ - name: test missing required parameters on create hcloud_rdns: server: "{{ hcloud_server_name }}" - ip_address: "{{ setup.hcloud_server.ipv6 | ipaddr('next_usable') }}" + ip_address: "{{ setup.hcloud_server.ipv6 | community.general.ipfilter.ipaddr('next_usable') }}" state: present register: result ignore_errors: yes diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index ac07474..866fd6c 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -57,7 +57,6 @@ cd "${TEST_DIR}" # STAR: HACK install dependencies retry ansible-galaxy -vvv collection install community.general retry ansible-galaxy -vvv collection install ansible.netcommon -retry ansible-galaxy -vvv collection install community.general.ipfilter retry pip install hcloud # END: HACK