Fix ansible syntax to avoid ansible warnings (again) (#3509)

* Fix ansible syntax to avoid ansible warnings (again)

* warn: false on tar -cfz

* wrong placement of warn:false
This commit is contained in:
Erwan Miran
2018-10-16 08:47:04 +02:00
committed by k8s-ci-robot
parent 6549b8f8ae
commit fcd8d850dc
4 changed files with 10 additions and 12 deletions

View File

@@ -46,6 +46,8 @@
- name: Gen_tokens | Gather tokens
shell: "tar cfz - {{ tokens_list.stdout_lines | join(' ') }} | base64 --wrap=0"
args:
warn: false
register: tokens_data
check_mode: no
delegate_to: "{{groups['kube-master'][0]}}"