From fe7a7e66e9fad76c6664b2ccd4b255faeb3aeeb0 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Nov 22 2021 09:00:37 +0000 Subject: Remove useless usage of ansible_user_dir variable --- diff --git a/playbooks/rpm/check-for-arches.yaml b/playbooks/rpm/check-for-arches.yaml index 2e0e6ed..1feb30e 100644 --- a/playbooks/rpm/check-for-arches.yaml +++ b/playbooks/rpm/check-for-arches.yaml @@ -5,13 +5,13 @@ register: tests_noarch failed_when: false args: - chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}" + chdir: "{{ zuul.project.src_dir }}" - name: Show stderr command: cat stderr.log failed_when: false args: - chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}" + chdir: "{{ zuul.project.src_dir }}" - zuul_return: data: