Russell Teague 5 роки тому
батько
коміт
dd2f06746c
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      openshift-ansible.spec
  2. 1 1
      requirements.txt

+ 1 - 1
openshift-ansible.spec

@@ -60,7 +60,7 @@ cp -rp test %{buildroot}%{_datadir}/ansible/%{name}/
 %package test
 Summary:       Openshift and Atomic Enterprise Ansible Test Playbooks
 Requires:      %{name} = %{version}-%{release}
-Requires:      ansible = 2.7.10
+Requires:      ansible = 2.8.0
 Requires:      python2-openshift
 Requires:      openssh-clients
 BuildArch:     noarch

+ 1 - 1
requirements.txt

@@ -1,3 +1,3 @@
 # Versions are pinned to prevent pypi releases arbitrarily breaking
 # tests with new APIs/semantics. We want to update versions deliberately.
-ansible==2.7.10
+ansible==2.8.0