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
@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 )
In the template file is the following variable defined:
But, in the source code a different variable is used:
when: ( env.abi.flag is not defined ) or ( env.abi.flag != True )
The text was updated successfully, but these errors were encountered: