mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Install sosreport controller plugin into proper path (#12036)
This commit is contained in:
parent
fd2a8b8531
commit
01c6ac1b14
@ -70,6 +70,7 @@ class Controller(Plugin, RedHatPlugin):
|
||||
for path in SOSREPORT_CONTROLLER_DIRS:
|
||||
self.add_copy_spec(path)
|
||||
|
||||
self.add_forbidden_path(SOSREPORT_FORBIDDEN_PATHS)
|
||||
for path in SOSREPORT_FORBIDDEN_PATHS:
|
||||
self.add_forbidden_path(path)
|
||||
|
||||
self.add_cmd_output(SOSREPORT_CONTROLLER_COMMANDS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user