Fix playbook to enable fips
Change-Id: If986f85b961f081296328392beb3836f96b5b80e
This commit is contained in:
parent
64464f23ff
commit
fa4d1e7e9a
@ -1,4 +1,7 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- enable-fips
|
||||
when: enable_fips | default(false)
|
||||
- name: playbook to enable fips
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: enable fips
|
||||
include_role:
|
||||
name: enable-fips
|
||||
when: enable_fips | default(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user