Skip to content

Commit

Permalink
lxd_container: fix typo in actions: "unfreez" lacks an "e"
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanePrawn committed Feb 14, 2023
1 parent 1ce5cdb commit 05d6c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/lxd_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ def _freeze_instance(self):

def _unfreeze_instance(self):
self._change_state('unfreeze')
self.actions.append('unfreez')
self.actions.append('unfreeze')

def _instance_ipv4_addresses(self, ignore_devices=None):
ignore_devices = ['lo'] if ignore_devices is None else ignore_devices
Expand Down

0 comments on commit 05d6c1f

Please sign in to comment.