project-config/playbooks/openstack-fips/pre.yaml

8 lines
195 B
YAML

- name: enable ua subscription
hosts: all
tasks:
- name: enable ua subscription for fips
include_role:
name: enable-ua-subscription
when: enable_fips | default(false)