diff options
author | Julen Landa Alustiza <Zokormazo@users.noreply.github.com> | 2024-02-07 12:26:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 12:26:42 +0100 |
commit | 8c9c02c975f07bb832a0891178b2113c6879d483 (patch) | |
tree | 48282b14b26537cdcfab3403bfc487e1bd774a5e /tools/sosreport/controller.py | |
parent | Per-service metrics http server (diff) | |
download | awx-8c9c02c975f07bb832a0891178b2113c6879d483.tar.xz awx-8c9c02c975f07bb832a0891178b2113c6879d483.zip |
awxkit: allow to modify api base url (#14835)
Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | tools/sosreport/controller.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py index ab71bb9fd5..7cfb45fdec 100644 --- a/tools/sosreport/controller.py +++ b/tools/sosreport/controller.py @@ -66,7 +66,6 @@ class Controller(Plugin, RedHatPlugin): short_desc = "Ansible Automation Platform controller information" def setup(self): - for path in SOSREPORT_CONTROLLER_DIRS: self.add_copy_spec(path) |