Remove no_log: result.rc from code

It doesn't work anyway and conflicts with Ansible 2.11.
Change-Id: I3a8c9efa2f36bbe3688a5ccdd0d1c1ed8f48d459
This commit is contained in:
Sagi Shnaidman 2021-05-03 11:00:02 +03:00 committed by Shnaidman Sagi (Sergey)
parent 0639a36628
commit f1ad7420c7
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
| tee -a {{ repo_setup_dir }}/{{ repo_setup_log }}
become: true
register: result
no_log: result.rc == 0
changed_when: true
no_log: true