docs: fix 'ipmi' typo (#39823)

pull/39547/merge
Cameron 6 years ago committed by René Moser
parent e3bfbe5875
commit 854be6ef16

@ -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

Loading…
Cancel
Save