Skip to content

Commit

Permalink
Fixed virtual systems name
Browse files Browse the repository at this point in the history
  • Loading branch information
horiagunica committed Mar 26, 2024
1 parent 8898abd commit 624b1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/panos_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def populate_facts(self):
}
)

self.facts.update({"virtual-systems": virtual_systems})
self.facts.update({"virtual_systems": virtual_systems})


class Config(Factbase):
Expand Down

0 comments on commit 624b1b1

Please sign in to comment.