Skip to content

Commit

Permalink
Install sosreport controller plugin into proper path (ansible#12036)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxstj authored Nov 21, 2022
1 parent fd2a8b8 commit 01c6ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/sosreport/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def setup(self):
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)

0 comments on commit 01c6ac1

Please sign in to comment.