mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Remove commented out tasks
This commit is contained in:
parent
86f70d3316
commit
e335f63c87
1 changed files with 0 additions and 9 deletions
|
|
@ -1,12 +1,3 @@
|
|||
# - debug:
|
||||
# msg: >-
|
||||
# Skipping {{ ansible_distribution }} as ansible-base does not contain
|
||||
# the packaging module ({{ ansible_pkg_mgr }}) for this operating system
|
||||
#
|
||||
# - name: stop executing on hosts that we don't have package manager modules for
|
||||
# meta: end_host
|
||||
# when: ansible_pkg_mgr not in ['apt', 'dnf', 'yum']
|
||||
|
||||
- name: ensure idempotency installed
|
||||
package:
|
||||
name: patch
|
||||
|
|
|
|||
Loading…
Reference in a new issue