From e62cf5f6b6a0f6b6c81de0bcdf35750f76563f44 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 19 Jan 2026 10:43:12 +0100 Subject: Fix linting issues in dotfiles --- roles/dotfiles/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/dotfiles') diff --git a/roles/dotfiles/tasks/main.yml b/roles/dotfiles/tasks/main.yml index 8a8b0210..c8646cd0 100644 --- a/roles/dotfiles/tasks/main.yml +++ b/roles/dotfiles/tasks/main.yml @@ -12,7 +12,7 @@ ansible.builtin.shell: cmd: "{{ dotfiles_setup_script }}" executable: "/bin/bash" - register: dotfile_setup + register: dotfiles_setup changed_when: true tags: # Since the script will report changed every time (even thought it's idempotent) @@ -20,7 +20,7 @@ - name: "Show dotfile setup output" ansible.builtin.debug: - var: dotfile_setup.stdout + var: dotfiles_setup.stdout tags: # Since this doesn't run on idempotence testing - molecule-idempotence-notest -- cgit v1.2.3