Skip to content

Commit

Permalink
added noqa 303 to skip the checks if firewalld, snmpd exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Jun 19, 2019
1 parent 376cbd0 commit bbaf5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/docker/family/redhat.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Verify if firewalld service is installed/present
- name: Avi Controller | Docker | Family | Verify Firewalld is present
command: systemctl is-enabled firewalld
command: systemctl is-enabled firewalld # noqa 303
register: result
failed_when: false
changed_when: false
Expand All @@ -13,7 +13,7 @@

# Verify if snmpd service is installed/present and enable
- name: Avi Controller | Docker | Family | Verify snmpd is present
command: systemctl is-enabled snmpd
command: systemctl is-enabled snmpd # noqa 303
register: snmpd_result
failed_when: false
changed_when: false
Expand Down

0 comments on commit bbaf5f6

Please sign in to comment.