mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
docs: fix 'ipmi' typo (#39823)
This commit is contained in:
@@ -500,7 +500,7 @@ Here is an example of what that might look like::
|
||||
tasks:
|
||||
- name: create directory for ansible custom facts
|
||||
file: state=directory recurse=yes path=/etc/ansible/facts.d
|
||||
- name: install custom impi fact
|
||||
- name: install custom ipmi fact
|
||||
copy: src=ipmi.fact dest=/etc/ansible/facts.d
|
||||
- name: re-read facts after adding custom fact
|
||||
setup: filter=ansible_local
|
||||
|
||||
Reference in New Issue
Block a user