diff --git a/roles/releng/tasks/main.yml b/roles/releng/tasks/main.yml index 0976a23af8..f2aef45263 100644 --- a/roles/releng/tasks/main.yml +++ b/roles/releng/tasks/main.yml @@ -38,7 +38,7 @@ when: inventory_hostname.startswith('compose-x86-01') - name: add ftbfs cache dir - file: state=directory path=/home/fedora/ftbfs/.cache mode=2775 owner=ftbfs group=ftbfs + file: state=directory path=/home/ftbfs/.cache mode=2775 owner=ftbfs group=ftbfs when: inventory_hostname.startswith('compose-x86-01') - name: add ftbfs weekly cron job