docs: fix 'ipmi' typo (#39823)

This commit is contained in:
Cameron 2018-05-08 03:15:56 -04:00 committed by René Moser
parent e3bfbe5875
commit 854be6ef16

View file

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