Merge "Changes to make fips work on ubuntu"
This commit is contained in:
commit
6054680b60
@ -17,5 +17,4 @@
|
||||
|
||||
- name: Do tasks for Ubuntu
|
||||
include_tasks: ubuntu.yaml
|
||||
when: >
|
||||
(ansible_distribution == "Ubuntu")
|
||||
when: ansible_distribution == 'Ubuntu'
|
||||
|
@ -4,9 +4,14 @@
|
||||
name: ubuntu-advantage-tools
|
||||
state: present
|
||||
|
||||
- name: Enable fips
|
||||
- name: Enable fips and fips-updates
|
||||
become: true
|
||||
command: ua enable fips
|
||||
shell: |
|
||||
set -o pipefail
|
||||
yes | ua enable fips
|
||||
echo
|
||||
args:
|
||||
executable: '/bin/bash'
|
||||
|
||||
- name: Verify fips is enabled
|
||||
become: true
|
||||
|
Loading…
Reference in New Issue
Block a user