ansible/awx

Add "nodes" to "Relaunch on" when relaunching jobs after failure - users think it relates to failed tasks and not nodes

Open

#12.438 aperta il 29 giu 2022

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (3333 fork)batch import
Hacktoberfestcomponent:uigood first issuehelp wantedtype:enhancement

Metriche repository

Star
 (13.071 star)
Metriche merge PR
 (Merge medio 24g 6h) (30 PR mergiate in 30 g)

Descrizione

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.

Feature Summary

When a job has run and failed, you sometimes want to click the little rocket to relaunch your job. Having taught many, many classes on ansible and introduced the tool to many, many clients they always assume 'all' and 'failed' refers to failed tasks and not failed nodes.

It might be totally obvious to those of us who have used the tool that ansible works on the idempotence principle on each host the play applies to. In my experience, every new user I have shown this to assumes this refers to tasks!

It would be a quite a simple GUI change to have the drop down when you click the relaunch rocket say 'all nodes' and 'failed nodes' instead, I think, and quite helpful for newbies.

Select the relevant components

  • UI
  • API
  • Docs
  • Collection
  • CLI
  • Other

Guida contributor