i am having problems when creating a tenant using ansible, if i leave out no_log, it bombs. if i add no_log, it bombs.
[darren.brent@dc2tools1 build-playbooks]$ ansible-playbook eu-west-1.yml -v
Using /etc/ansible/ansible.cfg as config file
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
What is your bucket name?: bucket1
What is your region?: eu-west-1
Enter your Tenant name.: dddddd
PLAY [localhost] ********************************************************************************************************************************************
TASK [Get grid authorization token] *************************************************************************************************************************
TASK [Create a StorageGRID Tenant] **************************************************************************************************************************
fatal: [localhost]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
PLAY RECAP **************************************************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
=================================================