Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow usage of Ansible module group defaults (add meta/runtime.yml) - for Ansible 2.12+ #2

Merged
merged 2 commits 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.storagegrid
  module_defaults:
    group/netapp.ontap.netapp_storagegrid:
       # common options goes here

@zeten30 zeten30 changed the title Allow usage of Ansible module group defaults (add meta/runtime.yml) Allow usage of Ansible module group defaults (add meta/runtime.yml) - for Ansible 2.12+ Aug 18, 2021
@lonico lonico added the enhancement New feature or request label Oct 25, 2021
@codecov
Copy link

codecov bot commented Oct 26, 2021

Codecov Report

Merging #2 (f911aeb) into main (d691b7d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #2   +/-   ##
=======================================
  Coverage   84.68%   84.68%           
=======================================
  Files          36       36           
  Lines        3330     3330           
  Branches      371      371           
=======================================
  Hits         2820     2820           
  Misses        352      352           
  Partials      158      158           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d691b7d...f911aeb. Read the comment docs.

@lonico lonico merged commit fb6a55c into ansible-collections:main Oct 26, 2021
@zeten30 zeten30 deleted the module-defaults-group branch October 27, 2021 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants