Fix yum exclude example to align to parameter doc (#79128)

pull/79178/head
Olivier Clavel 2 years ago committed by GitHub
parent b7eb067090
commit 062315ecaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -353,7 +353,9 @@ EXAMPLES = '''
ansible.builtin.yum:
name: '*'
state: latest
exclude: kernel*,foo*
exclude:
- kernel*
- foo*
- name: Install the nginx rpm from a remote repo
ansible.builtin.yum:

Loading…
Cancel
Save