mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 19:54:24 -07:00
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…
Add table
Add a link
Reference in a new issue