-
-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Description
Running the create worker ansible playbook against our LinuxONE hosts errors on the baselayout : run ccache installer task:
TASK [baselayout : run ccache installer] *******************************************************************************************************************
fatal: [test-ibm-rhel7-s390x-1]: FAILED! => {"msg": "The conditional check 'os == \"rhel7\" and arch == \"s390x\" and not has_ccache.stat.exists' failed. The error was: error while evaluating conditional (os == \"rhel7\" and arch == \"s390x\" and not has_ccache.stat.exists): 'dict object' has no attribute 'stat'\n\nThe error appears to be in '/home/rlau/sandbox/github/build/ansible/roles/baselayout/tasks/main.yml': line 202, 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: run ccache installer\n ^ here\n"}
fatal: [test-ibm-rhel7-s390x-2]: FAILED! => {"msg": "The conditional check 'os == \"rhel7\" and arch == \"s390x\" and not has_ccache.stat.exists' failed. The error was: error while evaluating conditional (os == \"rhel7\" and arch == \"s390x\" and not has_ccache.stat.exists): 'dict object' has no attribute 'stat'\n\nThe error appears to be in '/home/rlau/sandbox/github/build/ansible/roles/baselayout/tasks/main.yml': line 202, 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: run ccache installer\n ^ here\n"}
fatal: [test-ibm-rhel7-s390x-3]: FAILED! => {"msg": "The conditional check 'os == \"rhel7\" and arch == \"s390x\" and not has_ccache.stat.exists' failed. The error was: error while evaluating conditional (os == \"rhel7\" and arch == \"s390x\" and not has_ccache.stat.exists): 'dict object' has no attribute 'stat'\n\nThe error appears to be in '/home/rlau/sandbox/github/build/ansible/roles/baselayout/tasks/main.yml': line 202, 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: run ccache installer\n ^ here\n"}
fatal: [test-ibm-rhel7-s390x-4]: FAILED! => {"msg": "The conditional check 'os == \"rhel7\" and arch == \"s390x\" and not has_ccache.stat.exists' failed. The error was: error while evaluating conditional (os == \"rhel7\" and arch == \"s390x\" and not has_ccache.stat.exists): 'dict object' has no attribute 'stat'\n\nThe error appears to be in '/home/rlau/sandbox/github/build/ansible/roles/baselayout/tasks/main.yml': line 202, 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: run ccache installer\n ^ here\n"}
cc @AshCripps