aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pacman/tasks/main.yml')
-rw-r--r--roles/pacman/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/pacman/tasks/main.yml b/roles/pacman/tasks/main.yml
index 213ef01..5ed782f 100644
--- a/roles/pacman/tasks/main.yml
+++ b/roles/pacman/tasks/main.yml
@@ -23,8 +23,8 @@
when: not etc_versioned
- name: Check for changes in /etc
- ansible.builtin.command: git status --porcelain=v1
- args:
+ ansible.builtin.command: # noqa: command-instead-of-module
+ cmd: git status --porcelain=v1
chdir: /etc
register: git_status
changed_when: false