Skip to content

Commit

Permalink
fix(panos_facts.py): Fixed virtual systems fact name (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
horiagunica authored Mar 29, 2024
1 parent 8ef4e27 commit 0d0fd6d
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 0d0fd6d

Please sign in to comment.