redhat-performance/jetpack

Issue during introspection with introspect tag on main.yml playbook

sanjaychari opened this issue · 1 comments

While running introspection using the introspect tag, ansible-playbook -vvv main.yml -t introspect, the following error occurs.

"stderr": "The requested action \"provide\" can not be performed on node \"7462c943-2532-4700-bc47-92b031ea2047\" while it is in state \"active\". (HTTP 400)", 
    "stderr_lines": [
        "The requested action \"provide\" can not be performed on node \"7462c943-2532-4700-bc47-92b031ea2047\" while it is in state \"active\". (HTTP 400)"
    ], 

This was run on 740xd G-CL systems in Alias lab with PR #412

This issue does not occur when force_reprovision: true is set in group_vars/all.yml.