Skip to content

"baselayout : run ccache installer" fails running ansible against LinuxONE/smartos #2533

@richardlau

Description

@richardlau

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions