copr: be: typo in provision tasks

This commit is contained in:
Pavel Raiskup 2019-12-05 10:37:58 +01:00 committed by Pierre-Yves Chibon
parent fa0e99396f
commit de37e6e7a2

View file

@ -41,7 +41,7 @@
- package_facts: manager=auto - package_facts: manager=auto
- name: remove the baked-in-image mock.cfg.j2, will be reinstalled - name: remove the baked-in-image mock.cfg.j2, will be reinstalled
file: patht=/etc/copr-rpmbuild/mock.cfg.j2 state=absent file: path=/etc/copr-rpmbuild/mock.cfg.j2 state=absent
when: ansible_facts.packages['copr-builder'][0].version is version('0.31', '<=') when: ansible_facts.packages['copr-builder'][0].version is version('0.31', '<=')
- name: install copr-builder and other latest packages - name: install copr-builder and other latest packages