diff options
Diffstat (limited to 'ansible_collections/microsoft/ad/plugins/action/membership.py')
-rw-r--r-- | ansible_collections/microsoft/ad/plugins/action/membership.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible_collections/microsoft/ad/plugins/action/membership.py b/ansible_collections/microsoft/ad/plugins/action/membership.py new file mode 100644 index 000000000..5eea8d120 --- /dev/null +++ b/ansible_collections/microsoft/ad/plugins/action/membership.py @@ -0,0 +1,8 @@ +# Copyright (c) 2022 Ansible Project +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) + +from ..plugin_utils._module_with_reboot import ActionModuleWithReboot + + +class ActionModule(ActionModuleWithReboot): + ... |