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
during the usage of command tower-cli node create ... --extra-data '{key: value}' is posted in a wrong format.
extra-data should be a json format for a correct configure inside ansible tower.
For resolve this you can change the extra_data field inside node.py file.
Hi team,
during the usage of command
tower-cli node create ... --extra-data '{key: value}'is posted in a wrong format.extra-data should be a json format for a correct configure inside ansible tower.
For resolve this you can change the
extra_datafield inside node.py file.I will create a pull request that fix it.
Thanks