-
Notifications
You must be signed in to change notification settings - Fork 92
Ansible error #16
Comments
I am facing the same issue. Does anybody have a solution to this problem? |
EDIT: This only seems to occur in the default branch (currently, int-5.6.0). Switching to the 2203.1 tag causes this problem to go away. |
Thanks @derekreball will give that a try. |
This is still happening. It’s quite demotivated when the first script you gave to run, according to the ‘getting started’ guide, is broken 😞 |
i agree, entirely demotivating. the first step is broken in 5.6.8, 5.6.9 and 5.6.10. |
Managed to get around it by doing the following:
cd /tf/caf && /tf/rover/rover.sh -bootstrap \
-aad-app-name alz-platform-landing-zones \
-env prod \
-gitops-pipelines github \
-gitops-agent-pool-execution-mode github \
-gitops-number-runners 5 \
-bootstrap-script '/tf/caf/landingzones/templates/platform/deploy_platform.sh' \
-playbook '/tf/caf/landingzones/templates/platform/caf_platform_prod_nonprod.yaml' \
-subscription-deployment-mode multiple_subscriptions \
-sub-management 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' \
-sub-connectivity 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' \
-sub-identity 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' \
-sub-security 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' |
I tried this but getting an error when it calls verify_github_secret. Anyone else hit this wall? |
n3mawashi i get the same error. do you have a solution ? |
Same issue with "git checkout 5.7.8". Looks like no solution yet..... |
Sounds like this is a dead project.... They should take it down. |
lot of wasted time.. |
I'm getting the following error after forking this repo and opening the fork in VS Code. The container is working fine, the login to the azure platform is fine, but when I try to deploy the platform, following the documentation, I get this error. I have tried restarting the container, rebuilding the container, restarting VS Code, but nothing seems to resolve this. Any ideas?
I'm not sure what versions are relevant to this issue, but am happy to supply any additional information. I've got some experience with ansible, and the file it's referencing in the script seems to be fine.
The text was updated successfully, but these errors were encountered: