mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Try just checking out this git content as the right user and drop the non idempotent chown after it.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user