fix typo
Change-Id: Icc71fea2df80f56813de02f6079e5e598277bde7
This commit is contained in:
parent
2b5205f098
commit
1d4c208230
@ -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
|
||||
=========
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 }}
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user