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
Ensure regular expression operations are on strings in ansible tower launch_job method (#136)
* Ensure regular expression operations are on strings in ansible tower launch_ansible_job method
+ Integer values that are meant to be passed as vars will cause exceptions
+ Related bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1659092
Copy file name to clipboardexpand all lines: Automate/RedHatConsulting_Utilities/AutomationManagement/AnsibleTower/Operations/StateMachines/Job.class/__methods__/launch_ansible_job.rb
+8-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,12 @@
11
11
#
12
12
# Related Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1647192
13
13
#
14
-
# This method can be removed once the bugzilla is addressed.
14
+
# Additionally, we are overriding this method to allow integers as well as strings
15
+
# to be passed as extra vars to an Tower Job invocation.
16
+
#
17
+
# Related Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1659092
18
+
#
19
+
# This method can be removed once these bugzillas are addressed.
15
20
#
16
21
# This method should be updated if the base launch_ansible_job
17
22
# method in the MIQ domain is updates with CFME releases.
0 commit comments