Fix quotes
This commit is contained in:
parent
1f10935781
commit
664c4d35ee
1 changed files with 2 additions and 2 deletions
|
@ -257,14 +257,14 @@
|
|||
|
||||
- name: HOTFIX ssl fix for koji
|
||||
copy: src=__init__.py dest=/usr/lib/python2.7/site-packages/koji/__init__.py
|
||||
when: ansible_distribution_major_version|int != '6'
|
||||
when: ansible_distribution_major_version|int != 6
|
||||
tags:
|
||||
- koji_builder
|
||||
- hotfix
|
||||
|
||||
- name: HOTFIX ssl fix for koji
|
||||
copy: src=__init__.py dest=/usr/lib/python2.6/site-packages/koji/__init__.py
|
||||
when: ansible_distribution_major_version|int == '6'
|
||||
when: ansible_distribution_major_version|int == 6
|
||||
tags:
|
||||
- koji_builder
|
||||
- hotfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue