Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

ist: only run OpenSCAP test on RHEL #395

Merged
merged 1 commit into from
May 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions tests/improved-sanity-test/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@

# TEST
# Validate atomic scan command
- role: atomic_scan_verify
- when: ansible_distribution == 'RedHat'
role: atomic_scan_verify
tags:
- atomic_scan_verify

Expand Down Expand Up @@ -792,7 +793,8 @@

# TEST
# Validate atomic scan works
- role: atomic_scan_verify
- when: ansible_distribution == 'RedHat'
role: atomic_scan_verify
tags:
- atomic_scan_verify

Expand Down