airshipit / airshipctl

A CLI for managing declarative infrastructure.
Apache License 2.0
43 stars 49 forks source link

10_build_gate.sh fails to locate ensure-docker ansible role #663

Closed patilsuraj767 closed 3 years ago

patilsuraj767 commented 3 years ago

Describe the bug Getting below error while running ./tools/gate/10_build_gate.sh

TASK [docker install] ********************************************************************************************************************************************
ERROR! the role 'ensure-docker' was not found in /root/temp/airshipctl/playbooks/roles:/root/temp/airshipctl/roles:/root/zuul-jobs/roles:/root/temp/airshipctl/playbooks

The error appears to be in '/root/temp/airshipctl/playbooks/airship-airshipctl-build-gate.yaml': line 33, column 15, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

      include_role:
        name: ensure-docker
              ^ here
patilsuraj767 commented 3 years ago

Please assign this issue to me.

patilsuraj767 commented 3 years ago

PS - https://review.opendev.org/c/airship/airshipctl/+/816314

lb4368 commented 3 years ago

Patchset merged. Closing