diff options
author | Andrew Saraceni <andrew.saraceni@gmail.com> | 2017-08-02 04:06:39 +0200 |
---|---|---|
committer | Jordan Borean <jborean93@gmail.com> | 2017-08-02 04:06:39 +0200 |
commit | 435a56263064b06814e7eeff6f2ba8dc2652764e (patch) | |
tree | ec035c446e7f509b5611bb0df391df43747e5709 /.github/BOTMETA.yml | |
parent | allow use of jinja2 variables for ec2_group from_port/to_port params (#27145) (diff) | |
download | ansible-435a56263064b06814e7eeff6f2ba8dc2652764e.tar.xz ansible-435a56263064b06814e7eeff6f2ba8dc2652764e.zip |
Rename win_group_member module to win_group_membership (#27614)
* rename win_group_member to win_group_membership
* adding details to BOTMETA.yml
Diffstat (limited to '.github/BOTMETA.yml')
-rw-r--r-- | .github/BOTMETA.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index b29d0bba7b..833cfeaa09 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -27,7 +27,7 @@ # labels - list of GitHub labels to apply # -files: +files: $module_utils/aci.py: dagwieers schunduri $modules/cloud/amazon/: notify: @@ -732,6 +732,8 @@ files: $modules/windows/win_firewall_rule.py: TimothyVandenbrande ar7z1 $modules/windows/win_get_url.ps1: angstwad jhawkesworth $modules/windows/win_get_url.py: angstwad jhawkesworth + $modules/windows/win_group_membership.ps1: andrewsaraceni + $modules/windows/win_group_membership.py: andrewsaraceni $modules/windows/win_group.ps1: chrishoffman $modules/windows/win_group.py: chrishoffman $modules/windows/win_iis_virtualdirectory.ps1: $team_ansible @@ -1029,7 +1031,7 @@ files: test/sanity/validate-modules: keywords: - validate-modules -macros: +macros: module_utils: lib/ansible/module_utils modules: lib/ansible/modules team_ansible: [] |