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

This reverts commit 062315ecaa.
pull/79169/head^2
Sandra McCann 2 years ago committed by GitHub
parent 551f5a3753
commit bcdc2286e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -353,9 +353,7 @@ 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