awx.awx.schedule_rrule,awx.awx.schedule_ruleset 'none' selection for frequency but set 'Daily' #14696
Closed
5 of 11 tasks
Labels
community
component:awx_collection
issues related to the collection for controlling AWX
needs_triage
type:bug
Please confirm the following
[email protected]
instead.)Bug Summary
Title: "Ansible AWX Collection: 'None' Frequency in schedule_rrule and schedule_ruleset Defaults to 'Daily'"
Description:
vbnet
Copy code
Summary:
In the Ansible AWX Collection, a bug has been identified in the
awx.awx.schedule_rrule
andawx.awx.schedule_ruleset
plugins. When thefrequency
parameter is set toNone
, the system erroneously defaults to a 'Daily' frequency.Details:
awx.awx.schedule_rrule
andawx.awx.schedule_ruleset
pluginsfrequency
toNone
is for the schedule to none(run once). However, the current implementation defaults to a 'Daily' frequency, which can lead to unexpected scheduling behavior in automation tasks.Impact:
This bug may cause unintended daily scheduling in automation workflows, potentially leading to operational disruptions or resource misuse.
Expected Behavior:
When
frequency
is set toNone
, no default frequency should be applied, or the behavior should be explicitly documented.Suggested Action:
A review and correction of the default behavior when
frequency
is set toNone
is recommended. Alternatively, updating the documentation to reflect the current functionality would also be beneficial.AWX version
N/A
Select the relevant components
Installation method
N/A
Modifications
no
Ansible version
ansible [core 2.16.0]
Operating system
No response
Web browser
No response
Steps to reproduce
I used this playbook
and after executing it
I made sure it was set to daily.
Expected results
When I use the data I can set None(Run Once)
Actual results
Additional information
No response
The text was updated successfully, but these errors were encountered: