TASK: [Untar DoD certificate installer] ***************************************
failed: [quad] => {"failed": true, "parsed": false}
BECOME-SUCCESS-jswerfsbfqzovzexvqbjpbabyvwuzibk
Traceback (most recent call last):
main()
res_args['changed'] = module.set_fs_attributes_if_different(file_args, res_args['changed'])
file_args['path'], file_args['mode'], changed
path_stat = os.lstat(path)
OSError: [Errno 2] No such file or directory: '/tmp/dod_java_certs/certs/._DODCA_25.cer'
Shared connection to quad closed.
I've filed a bug report for the traceback. ansible is correct... there is no such file as 'certs/._DODCA_25.cer' in my tarball. There also isn't a file called thisfiledoesnotexist, but I don't get an error about that! :-P I'm not sure if this is a bug or something on my end.