Try and fix syntax in that last commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
bb286d8099
commit
fd292f9aa7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
- 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)"
|
||||
when: "ansible_distribution_major_version|int >= 33 and (currentcryptopolicy.stdout.find('LEGACY') == -1 or cryptopolicyapplied.rc != 0)"
|
||||
tags:
|
||||
- crypto-policies
|
||||
- base/crypto-policies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue