Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Allow usage of Ansible module group defaults - for Ansible 2.12+ #3

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

zeten30
Copy link
Contributor

@zeten30 zeten30 commented Aug 11, 2021

SUMMARY

Allow usage of Ansible module group defaults

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html

ADDITIONAL INFORMATION

Allows usage of module defaults like:

- hosts: localhost
  connection: local
  gather_facts: false
  collections:
    - netapp.elementsw
  module_defaults:
    group/netapp.ontap.netapp_elementsw:
       # common options goes here

@zeten30 zeten30 changed the title Allow usage of Ansible module group defaults Allow usage of Ansible module group defaults - for Ansible 2.12+ Aug 18, 2021
@lonico lonico added the enhancement New feature or request label Oct 25, 2021
@lonico lonico merged commit 9bd8362 into ansible-collections:main Oct 26, 2021
@zeten30 zeten30 deleted the module-defaults-group branch October 27, 2021 08:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants