Skip to content
Snippets Groups Projects
Commit 5d5df1a2 authored by Andrew Schoen's avatar Andrew Schoen Committed by GitHub
Browse files

Merge pull request #1439 from ceph/rhcs-tests

tests: fix ceph_rhcs setup
parents 3dc3cc43 12448a3c
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,8 @@
- include: ./installs/install_on_redhat.yml
when:
ansible_os_family == 'RedHat' and
not ceph_rhcs_iso_install
- ansible_os_family == 'RedHat'
- not ceph_rhcs
tags:
- package-install
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment