Remove "warn" parameter from command module

This is removed in ansible 2.14.

Change-Id: I454908a306bfa5d6311261448ebefab6df1b20a7
This commit is contained in:
Jonathan Rosser 2023-01-10 08:41:55 +00:00 committed by Dmitriy Rabotyagov
parent c5e00f91f7
commit a6001b7a36
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@
changed_when: _apparmor_profile_disabled.rc == 2
failed_when: _apparmor_profile_disabled.rc not in [0,2]
args:
warn: no
executable: /bin/bash
become: yes
delegate_to: "{{ physical_host | default('localhost') }}"