You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed all the steps provided in the documentation. However, at the end of the process, I encountered the following error:
root@nonchalantend:/openvpn-aws# root@nonchalantend:/openvpn-aws# sudo ansible-playbook main.yml
ERROR! [DEPRECATED]: community.docker.docker_compose has been removed. This module uses docker-compose v1, which is End of Life since July 2022. Please migrate to community.docker.docker_compose_v2. This feature was removed from community.docker in version 4.0.0. Please update your playbooks.
Could you please provide guidance on how to resolve this issue?
Thank you in advance for your assistance.
Best regards,
The text was updated successfully, but these errors were encountered:
use this to change the compose to v2
find . -type f -exec sed -i 's/community.docker.docker_compose:/community.docker.docker_compose_v2:/g' {} +
and then change the boolean conf
find . -type f -name "*.yml" -exec sed -i 's/build: false/build: never/g' {} +
Hello,
I have followed all the steps provided in the documentation. However, at the end of the process, I encountered the following error:
root@nonchalantend:
/openvpn-aws# root@nonchalantend:/openvpn-aws# sudo ansible-playbook main.ymlERROR! [DEPRECATED]: community.docker.docker_compose has been removed. This module uses docker-compose v1, which is End of Life since July 2022. Please migrate to community.docker.docker_compose_v2. This feature was removed from community.docker in version 4.0.0. Please update your playbooks.
Could you please provide guidance on how to resolve this issue?
Thank you in advance for your assistance.
Best regards,
The text was updated successfully, but these errors were encountered: