Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Is this project still supported? #25

Open
ageisen2000 opened this issue Jul 2, 2023 · 3 comments
Open

Is this project still supported? #25

ageisen2000 opened this issue Jul 2, 2023 · 3 comments

Comments

@ageisen2000
Copy link

The repository hasn't changed in a year, and when I run the first script according to the doc it fails:
'/tf/caf/landingzones/templates/platform/deploy_platform.sh'

Do I need to create a template from the release and not from main or what is the problem?

@ageisen2000
Copy link
Author

Heres what I see when I run the command above:

image

@ageisen2000
Copy link
Author

For those getting the same error as me -- I made it further by checking out 2203.1 release from the landingzones repo rather than the most recent release. Docs specify to use most recent, but it seems like it's not compatible

@darrenhull
Copy link

I reverted to 2203.1 and got:
ERROR! 'with_filetree' is not a valid attribute for a Task

The error appears to be in '/tf/caf/landingzones/templates/ansible/load_deployments_alz.yaml': line 35, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  • name: "Creates directory structure - {{template_lib_folder}}"
    ^ here
    We could be wrong, but this one looks like it might be an issue with
    missing quotes. Always quote template expression brackets when they
    start a value. For instance:

    with_items:
    - {{ foo }}

Should be written as:

with_items:
  - "{{ foo }}"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants