Change-Id: Icc71fea2df80f56813de02f6079e5e598277bde7
This commit is contained in:
zhangzs 2018-06-11 19:38:34 +08:00
parent 2b5205f098
commit 1d4c208230
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ free, Open Source software.
Documentation
=============
Browbeat documentation is available at http://browbeat.readthedocs.io/
Browbeat documentation is available at https://browbeat.readthedocs.io/
Resources
=========

View File

@ -100,7 +100,7 @@ browbeat_guest_images:
convert_to_raw: false
cirros:
name: cirros
url: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
url: https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
type: qcow2
convert_to_raw: false

View File

@ -7,7 +7,7 @@
yum: name=epel-release state=absent
become: true
# The fedoraproject CDN has problems somtimes, this will keep trying
# The fedoraproject CDN has problems sometimes, this will keep trying
# for up to 10 minutes before failing.
- name: Import EPEL GPG Key
shell: rpm --import {{ epel7_rpmkey }}

View File

@ -84,7 +84,7 @@ class Elastic(object):
sys.exit(1)
return result
# Used to transform the cache dict into a elastic insertable iterable
# Used to transform the cache dict into an elastic insertable iterable
def cache_insertable_iterable(self):
output = deque()
for item in self.cache: