What is the output error once you remove no_log? Did you recieve additional 
information? 


Dana ponedjeljak, 10. kolovoza 2020. u 08:59:43 UTC+2, korisnik anilkumar 
panditi napisao je:
>
> 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
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a82bfd94-8870-43d6-b446-5b60659bdf1bo%40googlegroups.com.

Reply via email to