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