diff options
Diffstat (limited to 'test.yml')
-rw-r--r-- | test.yml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,10 +3,9 @@ hosts: test remote_user: root roles: - - sudo - ldap_certs vars: ldap_certs: - - { exists: 'true', gets_hashlink: 'false', file: '../../../company/ldap_certs-files/CA1-CA1.crt' } - - { exists: 'true', gets_hashlink: 'false', file: '../../../company/ldap_certs-files/CA2-SubCA.crt' } + - { exists: 'false', gets_hashlink: 'false', file: '../../../company/ldap_certs-files/CA1-CA1.crt' } + - { exists: 'false', gets_hashlink: 'false', file: '../../../company/ldap_certs-files/CA2-SubCA.crt' } - { exists: 'true', gets_hashlink: 'true', file: '../../../company/ldap_certs-files/certs-example-2016.pem' } |