From 41ce45ae27b77e978731e730ab98b6004293d55a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 18 Sep 2022 22:23:48 +0200 Subject: [PATCH] fix syntax --- tasks/ssh_default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ssh_default.yml b/tasks/ssh_default.yml index dd7ff26..3bd48e5 100644 --- a/tasks/ssh_default.yml +++ b/tasks/ssh_default.yml @@ -40,6 +40,6 @@ owner: root group: root mode: 0640 - when: 'crypto-policies' in ansible_facts.packages + when: ('crypto-policies' in ansible_facts.packages) become: True become_user: root