fix ansible lint error for firewalld module

Change-Id: Id910779638d8ab3e0301bd3c29a355f1a824d583
This commit is contained in:
Masco Kaliyamoorthy 2021-03-04 16:24:42 +05:30
parent 088e34f99e
commit c656da7c6c

View File

@ -53,6 +53,8 @@
immediate: true
become: true
when: firewalld_in_use.rc == 0 and firewalld_is_active.rc == 0 and firewalld_shaker_port_exists.rc != 0
tags:
- skip_ansible_lint
- name: (browbeat_results) Add firewall rule for TCP/{{browbeat_results_port}} (firewalld)
firewalld:
@ -63,6 +65,8 @@
immediate: true
become: true
when: browbeat_results_in_httpd and firewalld_in_use.rc == 0 and firewalld_is_active.rc == 0 and firewalld_browbeat_results_port_exists.rc != 0
tags:
- skip_ansible_lint
# iptables-services
- name: (shaker) check firewall rules for TCP/{{shaker_port}} (iptables-services)