Skip to content

Commit

Permalink
fixed notify error on black #226
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed May 24, 2024
1 parent 7f4d4bf commit c948ace
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tasks/fix-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
regexp: '(^CRYPTO_POLICY=.*)-o{{ rhel8stig_current_macs.stdout }}(.*$)'
line: '\g<1>-o{{ rhel8stig_ssh_macs }}\g<2>'
backrefs: true
notify: change_requires_reboot
notify: change_requires_reboot
when:
- rhel_08_010290
tags:
Expand All @@ -861,7 +861,7 @@
regexp: '(^CRYPTO_POLICY=.*)-o{{ rhel8stig_current_ciphers.stdout }}(.*$)'
line: '\g<1>-o{{ rhel8stig_ssh_ciphers }}\g<2>'
backrefs: true
notify: change_requires_reboot
notify: change_requires_reboot
when:
- rhel_08_010291
tags:
Expand Down Expand Up @@ -7407,8 +7407,7 @@
when:
- rhel8stig_current_kex is defined
- rhel8stig_current_kex.stdout | length > 0

notify: change_requires_reboot
notify: change_requires_reboot
when:
- rhel_08_040342
- rhel8stig_ssh_required
Expand Down

0 comments on commit c948ace

Please sign in to comment.