Ignore ansible-lint warnings about rpm command usage

Direct usage of the command is unavoidable within these
tasks so we tell ansible-lint not to complain about it
using the tag.

Change-Id: I8e0d32a0e72daa533877d8107bdfe1b6aed736d6
This commit is contained in:
Travis Truman 2016-07-06 14:03:02 -04:00
parent 076be96acb
commit 5f8a93c6bf
2 changed files with 4 additions and 0 deletions

View File

@ -219,6 +219,7 @@
tags:
- cat2
- V-38660
- skip_ansible_lint
- name: Set fact for SNMP being installed
set_fact:
@ -299,6 +300,7 @@
- cat3
- V-38599
- V-38702
- skip_ansible_lint
- name: Set fact for vsftpd being installed
set_fact:

View File

@ -25,6 +25,7 @@
- package
- cat1
- V-38476
- skip_ansible_lint
- name: V-38476 - Vendor-provided cryptographic certificates must be installed to verify the integrity of system software. (CentOS)
fail:
@ -52,6 +53,7 @@
- package
- cat1
- V-38476
- skip_ansible_lint
- name: V-38476 - Vendor-provided cryptographic certificates must be installed to verify the integrity of system software. (Red Hat Enteprise Linux)
fail: