lrk / ansible-role-sonarqube

Ansible Role: SonarQube
Apache License 2.0
34 stars 46 forks source link

no_log: true in task setup_sonarqube.yml makes any playbook fail with censored: 'the output has been hidden due to the fact that ''no_log: true'' was specified for this result' #36

Closed adacaccia closed 2 years ago

adacaccia commented 3 years ago

https://github.com/lrk/ansible-role-sonarqube/blob/ab627d0f0ede4fae89ab7833ba996497a022d0f0/tasks/setup_sonarqube.yml#L86

adacaccia commented 3 years ago

As a proof, I can change it to "no_log: false" in my local copy of the role, and it runs smoothly.

lrk commented 3 years ago

@adacaccia Hi, the no_log you point out is for the template step used for creating the sonar config.

Have you checked your variables because, i never had issues with it ?

lrk commented 2 years ago

closing since no answers from @adacaccia.