Try just checking out this git content as the right user and drop the non idempotent chown after it.

This commit is contained in:
Kevin Fenzi 2015-12-15 18:52:22 +00:00
parent 8605db93ca
commit 8eebcf0b66

View file

@ -66,9 +66,8 @@
repo: https://bitbucket.org/rajcze/openqa_fedora
dest: /var/lib/openqa/share/tests/fedora
register: gittests
- name: Have tests owned by geekotest
file: path=/var/lib/openqa/share/tests/fedora owner=geekotest recurse=yes
sudo: true
sudo_user: geekotest
- name: Check out openqa_fedora_tools
git: