diff --git a/scripts/release-yaml-file-prep.py b/scripts/release-yaml-file-prep.py index 1eaffd6be6..ddf90cea1d 100755 --- a/scripts/release-yaml-file-prep.py +++ b/scripts/release-yaml-file-prep.py @@ -109,7 +109,7 @@ def main(): projects = [] # Prepare the regex match - regex = re.compile('^.*openstack/openstack-ansible.*$') + regex = re.compile('^.*openstack/(ansible-hardening|openstack-ansible.*)$') # Loop through the list of roles for role_data in reqs: