mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 04:49:09 -07:00
snap: use MH execute() static method (#5773)
* use MH execute() static method * add changelog fragment
This commit is contained in:
parent
217a62aca2
commit
02431341b7
2 changed files with 3 additions and 2 deletions
|
@ -399,8 +399,7 @@ class Snap(CmdStateModuleHelper):
|
|||
|
||||
|
||||
def main():
|
||||
snap = Snap()
|
||||
snap.run()
|
||||
Snap.execute()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue