nicholasamorim / ansible-role-harbor

An Ansible Role that installs Harbor.
MIT License
24 stars 29 forks source link

Fix deploy_harbor_via_compose : stop harbor #8

Closed ghost closed 5 years ago

ghost commented 5 years ago

When running the play with notary and clair, you would get

TASK [deploy_harbor_via_compose : stop harbor] ********************************************************************************************************************************************************************
fatal: [test_server]: FAILED! => {"changed": false, "msg": "Configuration error - .FileNotFoundError: [Errno 2] No such file or directory: '/var/opt/repository/install/harbor/docker-compose.clair.ymldocker-compose.notary.yml'"}

This patch fixes it

nicholasamorim commented 5 years ago

Sorry for taking long to look at this - and thank you!