From 2c3fb0d51f0e1044eaca306cc74045b01a202891 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 6 Oct 2016 15:22:05 -0400 Subject: built ldap_certs, fixed sudo task --- test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test.yml') diff --git a/test.yml b/test.yml index c72e519..9ef1e9c 100644 --- a/test.yml +++ b/test.yml @@ -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' } -- cgit