mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Ohai and facter modules should not use the ansible_facts API.
This commit is contained in:
parent
02abb5a83b
commit
d3d26d0cd6
2 changed files with 0 additions and 4 deletions
|
@ -22,6 +22,4 @@
|
||||||
# facter
|
# facter
|
||||||
# ruby-json
|
# ruby-json
|
||||||
|
|
||||||
echo '{ "ansible_facts":'
|
|
||||||
/usr/bin/facter --json
|
/usr/bin/facter --json
|
||||||
echo '}'
|
|
||||||
|
|
|
@ -18,6 +18,4 @@
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
echo '{ "ansible_facts":'
|
|
||||||
/usr/bin/ohai
|
/usr/bin/ohai
|
||||||
echo '}'
|
|
Loading…
Add table
Add a link
Reference in a new issue