ok debug stuff did its job goodbye
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ea70d16680
commit
e14052db33
1 changed files with 0 additions and 7 deletions
|
@ -16,13 +16,6 @@
|
|||
- crypto-policies
|
||||
- base/crypto-policies
|
||||
|
||||
- name: debug debug
|
||||
debug:
|
||||
msg: "admv is {{ ansible_distribution_major_version }} ccp is {{ currentcryptopolicy.stdout }} cpa is {{ cryptopolicyapplied.rc }} "
|
||||
tags:
|
||||
- crypto-policies
|
||||
- base/crypto-policies
|
||||
|
||||
- name: Set crypto-policy on fedora 33 and higher hosts to allow 2fa to work
|
||||
command: "update-crypto-policies --set LEGACY"
|
||||
when: "ansible_distribution_major_version|int >= 33 and (currentcryptopolicy.stdout.find('LEGACY') == -1 or cryptopolicyapplied.rc != 0)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue