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:
parent
076be96acb
commit
5f8a93c6bf
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user