From 54466fbea1d6c102899d137b80c2f9e173144b6c Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jul 26 2022 08:12:08 +0000 Subject: DNM: Some debug --- diff --git a/playbooks/rpm/artifact-lint.yaml b/playbooks/rpm/artifact-lint.yaml index c407e13..26601be 100644 --- a/playbooks/rpm/artifact-lint.yaml +++ b/playbooks/rpm/artifact-lint.yaml @@ -1,9 +1,15 @@ --- - hosts: all tasks: + - name: "Show ansible_user_dir" + shell: "echo {{ ansible_user_dir }}" - include_role: name: repo-setup + - name: "Show ansible_user_dir" + shell: "echo {{ ansible_user_dir }}" - include_role: name: rpm-artifact-url + - name: "Show ansible_user_dir" + shell: "echo {{ ansible_user_dir }}" - include_role: name: rpm-lint