FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}

298 views
Skip to first unread message

anilkumar panditi

unread,
Aug 10, 2020, 2:59:43 AM8/10/20
to Ansible Project
Hello, My playbook has following github module , which is failing with error  FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}

code:
====
- name: Clone from git repo
git:
repo: "{{ item.repo_url }}"
dest: "{{ item.destination }}"
version: "{{ item.version }}"
force: yes
no_log: true
with_items:
- { repo_url: "https://{{ deploy_user }}:{{ deploy_token }}@gitlab.xx.git",destination: "/data/wcs9", version: "{{ git_branch }}" }

Have tried commenting out the no_log_true and also true to false. 
Still my playbook is failing. Any idea please.
Ansible Version is 2.9.10

Hrvoje Gašpar

unread,
Aug 10, 2020, 3:47:47 AM8/10/20
to Ansible Project
What is the output error once you remove no_log? Did you recieve additional information?
Reply all
Reply to author
Forward
0 new messages