summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2016-03-30 21:49:58 +0200
committerMichael Scherer <misc@zarb.org>2016-03-30 21:49:58 +0200
commitd9b8043b4ad1ec8d7436056aadc7eb0c25be16ca (patch)
tree608100ce7155d8719221fab7200e19eede2f1886 /packaging
parent282221e5a06c553f2a8bb2877f2dbbce10598604 (diff)
downloadansible-modules-extras-d9b8043b4ad1ec8d7436056aadc7eb0c25be16ca.tar.gz
Use type='path' for reposdir, since that's a path
Diffstat (limited to 'packaging')
-rw-r--r--packaging/os/yum_repository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/os/yum_repository.py b/packaging/os/yum_repository.py
index 686c8739..a0060934 100644
--- a/packaging/os/yum_repository.py
+++ b/packaging/os/yum_repository.py
@@ -662,7 +662,7 @@ def main():
proxy_password=dict(no_log=True),
proxy_username=dict(),
repo_gpgcheck=dict(type='bool'),
- reposdir=dict(default='/etc/yum.repos.d'),
+ reposdir=dict(default='/etc/yum.repos.d', type='path'),
retries=dict(),
s3_enabled=dict(type='bool'),
skip_if_unavailable=dict(type='bool'),