From 674062f26f6c904073ed34a88360a0b01d761ba1 Mon Sep 17 00:00:00 2001 From: 0xdeadcode Date: Sun, 27 Oct 2024 01:19:30 +0000 Subject: [PATCH] fix: mock community.general.iptables_state role --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 45c4c5d..5607cbe 100755 --- a/.ansible-lint +++ b/.ansible-lint @@ -5,3 +5,4 @@ mock_modules: - community.postgresql.postgresql_user - community.postgresql.postgresql_owner - community.docker.docker_image + - community.general.iptables_state