crypto-policies: fix copypasta for ipsilon servers
Looks like this conditional was copied and I failed to update the name. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cc2f3f1986
commit
6743920113
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
# This is needed to get SAML2 auth working with bugzilla.redhat.com
|
# This is needed to get SAML2 auth working with bugzilla.redhat.com
|
||||||
- name: Set crypto-policy on ipsilon servers to FEDORA40
|
- name: Set crypto-policy on ipsilon servers to FEDORA40
|
||||||
command: "update-crypto-policies --set FEDORA40"
|
command: "update-crypto-policies --set FEDORA40"
|
||||||
when: "inventory_hostname.startswith('ns') and (currentcryptopolicy.stdout.find('FEDORA40') == -1 or cryptopolicyapplied.rc != 0)"
|
when: "inventory_hostname.startswith('ipsilon') and (currentcryptopolicy.stdout.find('FEDORA40') == -1 or cryptopolicyapplied.rc != 0)"
|
||||||
check_mode: no
|
check_mode: no
|
||||||
tags:
|
tags:
|
||||||
- crypto-policies
|
- crypto-policies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue