Closed zohiba closed 8 months ago
Running task :
returns:
changed: [localhost] => { "changed": true, "error": false, "invocation": { "module_args": { "api_version": "v1", "name": "credential-secret-name", "namespace": "zarin-dev" } }, "ssh_key": " whatever the key is", "username": "l9tso2" }
Both the values ssh_key and username are base64 decoded.
Running task :
name: 'credential-secret-name' namespace: 'zarin-dev'
returns:
changed: [localhost] => { "changed": true, "error": false, "invocation": { "module_args": { "api_version": "v1", "name": "credential-secret-name", "namespace": "zarin-dev" } }, "ssh_key": " whatever the key is", "username": "l9tso2" }
Both the values ssh_key and username are base64 decoded.