Fix "Parameter 'description' is required" error

Guess we should also send a patch to ansible documentation:

  http://docs.ansible.com/ansible/latest/yum_repository_module.html

Change-Id: I7117aa91894bc3edb1b55643b649c42c879a82c4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-11-15 23:19:43 -05:00
parent 9373ce5bea
commit ec55e70ddb
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- name: Add OpenAFS OpenStack CI build
yum_repository:
name: openafs
description: OpenAFS OpenStack CI build
baseurl: https://tarballs.openstack.org/project-config/package-afs-centos7
gpgcheck: no
when: ansible_distribution == "CentOS"