remove comand 'warn' - Unsupported parameters for (ansible.legacy.command) module: warn.

This commit is contained in:
2025-06-13 23:05:17 +02:00
parent f88822a742
commit a309605d1c
2 changed files with 6 additions and 5 deletions

View File

@ -462,6 +462,7 @@ nis_user:
- all-users - all-users
- buero-scan - buero-scan
- bgn - bgn
- bgn-finanzen-personal
- mbr-buero - mbr-buero
is_samba_user: true is_samba_user: true
password: 'KQ+y-+9s/aL4' password: 'KQ+y-+9s/aL4'

View File

@ -33,9 +33,9 @@
- name: (apt.yml) dpkg --configure - name: (apt.yml) dpkg --configure
command: > command: >
dpkg --configure -a dpkg --configure -a
args: #args:
warn: false # warn: false
changed_when: _dpkg_configure.stdout_lines | length changed_when: _dpkg_configure.stdout_lines
register: _dpkg_configure register: _dpkg_configure
when: apt_dpkg_configure|bool when: apt_dpkg_configure|bool
tags: tags:
@ -393,8 +393,8 @@
- name: (apt.yml) clean - name: (apt.yml) clean
command: apt-get -y clean command: apt-get -y clean
args: #args:
warn: false # warn: false
changed_when: false changed_when: false
when: apt_clean|bool when: apt_clean|bool
tags: tags: