Merge "Use dynamic includes for speedup"

This commit is contained in:
Jenkins 2016-11-19 03:46:29 +00:00 committed by Gerrit Code Review
commit 29696f1cc0

View File

@ -43,12 +43,4 @@
tags:
- always
- include: rhel6stig/main.yml
when:
- stig_version == 'rhel6'
# NOTE(mhayden): RHEL 7 STIG content is still under development. Do not run
# these tasks against a production environment at this time.
- include: rhel7stig/main.yml
when:
- stig_version == 'rhel7'
- include: "{{ stig_version }}stig/main.yml"