fix syntax
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2022-09-18 22:23:48 +02:00
parent da88ca9ce1
commit 41ce45ae27
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -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