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
When I try to run anything on the line in the set repositories from this commit, it fails with the following message:
TASK [set-repositories : Configure satellite repositories] *********************
fatal: [cluster.domain.local]: FAILED! => {"msg": "The conditional check '(ACTION == \"create\" or ACTION == \"provision\")' failed. The error was: error while evaluating conditional ((ACTION == \"create\" or ACTION == \"provision\")): 'ACTION' is undefined. 'ACTION' is undefined\n\nThe error appears to be in '/home/jappleii/development/agnosticd/ansible/roles/set-repositories/tasks/main.yml': line 9, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- when:\n ^ here\n"}
Reverting to commit c72b7f1 and I no longer receive this error (which is prior to the change listed).
Also, I'm running this with Ansible-navigator - perhaps that might explain the error?
@rut31337
https://github.com/redhat-cop/agnosticd/blame/c72b7f18347a3f36590785e3f8904a912fd29ff5/ansible/roles/set-repositories/tasks/main.yml#L10
When I try to run anything on the line in the set repositories from this commit, it fails with the following message:
Reverting to commit c72b7f1 and I no longer receive this error (which is prior to the change listed).
Also, I'm running this with Ansible-navigator - perhaps that might explain the error?
Originally posted by @9strands in #6442 (comment)
The text was updated successfully, but these errors were encountered: