summaryrefslogtreecommitdiffstats
path: root/tools/sosreport/controller.py
diff options
context:
space:
mode:
authorJulen Landa Alustiza <Zokormazo@users.noreply.github.com>2024-02-07 12:26:42 +0100
committerGitHub <noreply@github.com>2024-02-07 12:26:42 +0100
commit8c9c02c975f07bb832a0891178b2113c6879d483 (patch)
tree48282b14b26537cdcfab3403bfc487e1bd774a5e /tools/sosreport/controller.py
parentPer-service metrics http server (diff)
downloadawx-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.py1
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)