Skip to content

Instantly share code, notes, and snippets.

@bcoca
Created July 28, 2020 15:16
Show Gist options
  • Save bcoca/128bbb2e4b0f6e35021280e023c72ea5 to your computer and use it in GitHub Desktop.
Save bcoca/128bbb2e4b0f6e35021280e023c72ea5 to your computer and use it in GitHub Desktop.
from ansible.plugins.action import ActionBase
class ActionModule(ActionBase):
def run(self, tmp=None, task_vars=None):
return {'failed': False}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment