diff options
author | Dag Wieers <dag@wieers.com> | 2018-08-30 15:40:36 +0200 |
---|---|---|
committer | Brian Coca <bcoca@users.noreply.github.com> | 2018-08-30 15:40:36 +0200 |
commit | bf9ed0263a16413c06cdba3066d60eaed9873770 (patch) | |
tree | fd20de61d6298beb60a0679255a9278c5b8048e7 /test/integration/targets/yum_repository/tasks | |
parent | Add some inventory plugin documentation (#44727) (diff) | |
download | ansible-bf9ed0263a16413c06cdba3066d60eaed9873770.tar.xz ansible-bf9ed0263a16413c06cdba3066d60eaed9873770.zip |
Ensure action plugins accept only valid args (#44779)
* Ensure action plugins accept only valid args
This fixes #25424
This also fixes #44773
* Add missing parameters, use private _VALID_ARGS
Diffstat (limited to 'test/integration/targets/yum_repository/tasks')
-rw-r--r-- | test/integration/targets/yum_repository/tasks/yum_repository_centos.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/targets/yum_repository/tasks/yum_repository_centos.yml b/test/integration/targets/yum_repository/tasks/yum_repository_centos.yml index 2495e1e281..13f3142205 100644 --- a/test/integration/targets/yum_repository/tasks/yum_repository_centos.yml +++ b/test/integration/targets/yum_repository/tasks/yum_repository_centos.yml @@ -171,7 +171,6 @@ - "'RPM-GPG2-KEY-EPEL' in repofile" - "'aaa bbb' in repofile" - "'ccc ddd' in repofile" - value: - name: Cleanup list test repo yum_repository: |