ansible / awx-logos

27 stars 48 forks source link

awx-logos skipped when the playbook is running #9

Open Claudepustai opened 3 years ago

Claudepustai commented 3 years ago

Hello, Even though in the inventory file the awx_official=true

the playbook skips the tasks so the logos are not imported.

TASK [image_build : Set global version if not provided] ***** skipping: [localhost]

TASK [image_build : Verify awx-logos directory exists for official install] ***** skipping: [localhost]

TASK [image_build : Copy logos for inclusion in sdist] ** skipping: [localhost]

The awx-logos clone is in the same folder where the awx clone is. I have even tried to put it in other several places down the directory path in the hope it will read it but with no success.

Any idea what else can I try? Thank you !

alekho commented 3 years ago

Hello, Even though in the inventory file the awx_official=true

the playbook skips the tasks so the logos are not imported.

TASK [image_build : Set global version if not provided] ***** skipping: [localhost]

TASK [image_build : Verify awx-logos directory exists for official install] ***** skipping: [localhost]

TASK [image_build : Copy logos for inclusion in sdist] ** skipping: [localhost]

The awx-logos clone is in the same folder where the awx clone is. I have even tried to put it in other several places down the directory path in the hope it will read it but with no success.

Any idea what else can I try? Thank you !

I have exactly the same problem.