Merge "tasks: Add missing tags for async tasks" into stable/pike

This commit is contained in:
Zuul 2018-01-08 15:51:23 +00:00 committed by Gerrit Code Review
commit 7508acae68
4 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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:

View 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 }'"

View File

@ -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 }'"