saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
13.98k stars 5.47k forks source link

[DOCS] Add info in ansible modules about requirements for new ansible-core #66639

Open amalaguti opened 2 weeks ago

amalaguti commented 2 weeks ago

Description The ansible module does not work with ansible-core due ansible-core, being a minimal installation, it does not include the json outputter required by Salt to parse the output from the module execution

The fix is simple, install the plugin ansible.posix which includes the json outputter

$ ansible-galaxy collection install ansible.posix

Suggested Fix Add this information to the ansible execution and state modules documentation

Type of documentation Salt modules