docs: fix 'ipmi' typo (#39823)

pull/4420/head
Cameron 2018-05-08 03:15:56 -04:00 committed by René Moser
parent e3bfbe5875
commit 854be6ef16
1 changed files with 1 additions and 1 deletions

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