diff options
author | B Stack <bgstack15@gmail.com> | 2016-10-06 15:22:05 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2016-10-06 15:22:05 -0400 |
commit | 2c3fb0d51f0e1044eaca306cc74045b01a202891 (patch) | |
tree | 83bb69098cfc5d07d3a5ceb27794f1a2fbaae00b /test.yml | |
parent | Fixed a few things, added ldap_certs stub (diff) | |
download | ansible01-master.tar.gz ansible01-master.tar.bz2 ansible01-master.zip |
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' } |