Update example in apt module docs (#82504)

All examples should use fully qualified collection names to avoid confusion.
pull/82377/head
Alicia Cozine 4 months ago committed by GitHub
parent a69fab86bc
commit d2812aeb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -324,7 +324,7 @@ EXAMPLES = '''
purge: true
- name: Run the equivalent of "apt-get clean" as a separate step
apt:
ansible.builtin.apt:
clean: yes
'''

Loading…
Cancel
Save