diff --git a/sos/report/plugins/networking.py b/sos/report/plugins/networking.py index e4375c635..d36a53f94 100644 --- a/sos/report/plugins/networking.py +++ b/sos/report/plugins/networking.py @@ -349,6 +349,14 @@ def setup(self): "/run/systemd/network" ]) + # Netplan only consumes files with the `.yaml` extension (LP#1815734), + # so give visibility on other files that might be present. + self.add_dir_listing([ + "/etc/netplan", + "/lib/netplan", + "/run/netplan", + ]) + def postproc(self): self.do_path_regex_sub(