mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +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:
@@ -119,7 +119,7 @@ EXAMPLES = '''
|
||||
- Restart sensu-server
|
||||
|
||||
- name: Secure Sensu handler configuration file
|
||||
file:
|
||||
ansible.builtin.file:
|
||||
path: "{{ handler['file'] }}"
|
||||
owner: "sensu"
|
||||
group: "sensu"
|
||||
|
||||
Reference in New Issue
Block a user