mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 11:51:10 +00:00
modules: fix examples to use FQCN for builtin modules (#648)
* modules: fix examples to use FQCN for builtin modules * fix * fix * fix * fix * fix * fix * fix
This commit is contained in:
@@ -53,7 +53,7 @@ EXAMPLES = '''
|
||||
register: syspatch
|
||||
|
||||
- name: Reboot if patch requires it
|
||||
reboot:
|
||||
ansible.builtin.reboot:
|
||||
when: syspatch.reboot_needed
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user