From 854be6ef1652c2ba529568449206ed9e6d04e310 Mon Sep 17 00:00:00 2001 From: Cameron <37202596+cocaccola@users.noreply.github.com> Date: Tue, 8 May 2018 03:15:56 -0400 Subject: [PATCH] docs: fix 'ipmi' typo (#39823) --- docs/docsite/rst/user_guide/playbooks_variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_variables.rst b/docs/docsite/rst/user_guide/playbooks_variables.rst index a9ef71fa181..398a352d1c0 100644 --- a/docs/docsite/rst/user_guide/playbooks_variables.rst +++ b/docs/docsite/rst/user_guide/playbooks_variables.rst @@ -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