Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing tags and skip_tags on awx.awx.workflow_launch module #15010

Closed
5 of 11 tasks
Tompage1994 opened this issue Mar 19, 2024 · 0 comments · Fixed by #15011
Closed
5 of 11 tasks

Missing tags and skip_tags on awx.awx.workflow_launch module #15010

Tompage1994 opened this issue Mar 19, 2024 · 0 comments · Fixed by #15011
Labels
community component:awx_collection issues related to the collection for controlling AWX needs_triage type:bug

Comments

@Tompage1994
Copy link
Contributor

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.
  • I am NOT reporting a (potential) security vulnerability. (These should be emailed to security@ansible.com instead.)

Bug Summary

The UI and API support launching a workflow with skip_tags and job_tags set. This is not currently possible with the workflow_launch module.

AWX version

devel

Select the relevant components

  • UI
  • UI (tech preview)
  • API
  • Docs
  • Collection
  • CLI
  • Other

Installation method

N/A

Modifications

no

Ansible version

2.15.2

Operating system

No response

Web browser

No response

Steps to reproduce

Screenshot 2024-03-19 at 11 26 20

Through the UI you can set job_tags or skip_tags if the relevant ask_for_ is true.

In the collection this is not possible

Expected results

The skip_tags and tags option should be possible as below

- name: Kickoff workflow
      awx.awx.workflow_launch:
        name: wf_test
        wait: false
        skip_tags:
          - sometag
        tags:
          - mytag

Actual results

The options are not included on the module

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community component:awx_collection issues related to the collection for controlling AWX needs_triage type:bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant