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
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
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.
I will create a pull request that fix it.
Thanks
The text was updated successfully, but these errors were encountered:
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_data
field inside node.py file.I will create a pull request that fix it.
Thanks
The text was updated successfully, but these errors were encountered: