Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong abi variable name #299

Open
smolin-de opened this issue Jun 27, 2024 · 2 comments
Open

Wrong abi variable name #299

smolin-de opened this issue Jun 27, 2024 · 2 comments

Comments

@smolin-de
Copy link
Contributor

In the template file is the following variable defined:

# Section 19 - Agent Based Installer ( Optional )
abi: 
  flag: Flase

But, in the source code a different variable is used:
when: ( env.abi.flag is not defined ) or ( env.abi.flag != True )

@isumitsolanki
Copy link
Collaborator

Hi @smolin-de , This issue has been resolved. please verify from your end and close the ticket

@AmadeusPodvratnik
Copy link
Collaborator

@isumitsolanki It looks like there is another change needed. Pls see this:
./roles/delete_nodes/tasks/main.yaml: when: ( env.abi.flag is not defined ) or ( env.abi.flag != True )

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

No branches or pull requests

3 participants