Merge "tasks: Add missing tags for async tasks"
This commit is contained in:
commit
04365d3ec1
@ -28,6 +28,9 @@
|
||||
- not check_mode | bool
|
||||
- ansible_os_family | lower in ['redhat', 'suse']
|
||||
tags:
|
||||
- rpm
|
||||
- high
|
||||
- V-71855
|
||||
- skip_ansible_lint
|
||||
|
||||
- name: Check for .shosts or shosts.equiv files
|
||||
@ -43,3 +46,8 @@
|
||||
when:
|
||||
- not check_mode | bool
|
||||
- security_rhel7_remove_shosts_files | bool
|
||||
tags:
|
||||
- high
|
||||
- auth
|
||||
- V-72277
|
||||
- V-72279
|
||||
|
@ -239,6 +239,11 @@
|
||||
retries: 30
|
||||
when:
|
||||
- not shosts_find | skipped
|
||||
tags:
|
||||
- high
|
||||
- auth
|
||||
- V-72277
|
||||
- V-72279
|
||||
|
||||
- name: Remove .shosts or shosts.equiv files
|
||||
file:
|
||||
|
@ -23,6 +23,10 @@
|
||||
retries: 30
|
||||
when:
|
||||
- not rpmverify_task | skipped
|
||||
tags:
|
||||
- rpm
|
||||
- high
|
||||
- V-71855
|
||||
|
||||
- name: V-71855 - Get files with invalid checksums (rpm)
|
||||
shell: "grep '^..5' {{ temp_dir }}/rpmverify.txt | awk '{ print $NF }'"
|
||||
|
@ -24,6 +24,10 @@
|
||||
retries: 30
|
||||
when:
|
||||
- not rpmverify_task | skipped
|
||||
tags:
|
||||
- rpm
|
||||
- high
|
||||
- V-71855
|
||||
|
||||
- name: V-71855 - Get files with invalid checksums (rpm)
|
||||
shell: "grep '^..5' {{ temp_dir }}/rpmverify.txt | awk '{ print $NF }'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user