Created
January 5, 2019 18:48
-
-
Save richardsonlima/7600f9aaa977311d07fb34f1f01f9c7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [download : Download items] ************************************************************************************************************************************************************************************************************* | |
Saturday 05 January 2019 01:35:36 -0200 (0:00:00.184) 0:15:59.806 ****** | |
fatal: [c987mrponesrc]: FAILED! => {"reason": "'delegate_to' is not a valid attribute for a TaskInclude\n\nThe error appears to be in '/home/richardson/git/kubespray/roles/download/tasks/download_container.yml': line 2, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n---\n- name: container_download | Make download decision if pull is required by tag or sha256\n ^ here\n"} | |
name: container_download | Make download decision if pull is required by tag or sha256 | |
include_tasks: set_docker_image_facts.yml | |
delegate_to: "{{ download_delegate if download_run_once or omit }}" | |
delegate_facts: yes | |
run_once: "{{ download_run_once }}" | |
when: | |
download.enabled | |
download.container | |
tags: | |
facts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment