ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.05k stars 3.42k forks source link

Add extra text to the workflow inventory step when it's promptable #8789

Closed tiagodread closed 3 years ago

tiagodread commented 3 years ago
SUMMARY

This is a follow-up on https://github.com/ansible/awx/issues/5913 specifically for:

Some extra text needs to be added to the inventory step when it's promptable. The global WFJT Inventory will trump and node level inventory that's provided. We want to communicate that to the user. This is probably only necessary if ask_inventory_on_launch is set to true on the outer workflow.

See also: https://github.com/ansible/awx/pull/8399#issuecomment-740205736

mabashian commented 3 years ago

Blocked until https://github.com/ansible/awx/pull/8399 merges

akus062381 commented 3 years ago

a stub needs to be added

mabashian commented 3 years ago
Screen Shot 2021-02-24 at 1 12 05 PM
tiagodread commented 3 years ago

PR merged and tests in place.