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/046799ef-76ea-4e61-92f2-b1ad10a805a2o%40googlegroups.com.