diff --git a/tasks/locale.yml b/tasks/locale.yml index 41ab97d..e03ba54 100644 --- a/tasks/locale.yml +++ b/tasks/locale.yml @@ -6,6 +6,7 @@ - name: Get current locale and language configuration command: localectl status register: locale_status + check_mode: no changed_when: false - name: Parse 'LANG' from current locale and language configuration diff --git a/tasks/user.yml b/tasks/user.yml index e8b13b6..7eee81d 100644 --- a/tasks/user.yml +++ b/tasks/user.yml @@ -10,6 +10,7 @@ - name: get bash's path command: which bash register: bash_path + check_mode: no changed_when: false - name: create user