docs: fix 'ipmi' typo (#39823)
This commit is contained in:
parent
e3bfbe5875
commit
854be6ef16
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ Here is an example of what that might look like::
|
||||||
tasks:
|
tasks:
|
||||||
- name: create directory for ansible custom facts
|
- name: create directory for ansible custom facts
|
||||||
file: state=directory recurse=yes path=/etc/ansible/facts.d
|
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
|
copy: src=ipmi.fact dest=/etc/ansible/facts.d
|
||||||
- name: re-read facts after adding custom fact
|
- name: re-read facts after adding custom fact
|
||||||
setup: filter=ansible_local
|
setup: filter=ansible_local
|
||||||
|
|
Loading…
Reference in a new issue