mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
snap: use MH execute() static method (#5773)
* use MH execute() static method * add changelog fragment
This commit is contained in:
@@ -399,8 +399,7 @@ class Snap(CmdStateModuleHelper):
|
||||
|
||||
|
||||
def main():
|
||||
snap = Snap()
|
||||
snap.run()
|
||||
Snap.execute()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user