diff --git a/tasks/main.yml b/tasks/main.yml index 62080cb..b0a7216 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -17,6 +17,7 @@ command: "systemctl --version" changed_when: false register: get_systemd_version + check_mode: no tags: # Avoid ANSIBLE0006 lint issue: systemctl used in place of systemd module - skip_ansible_lint