ansible.posix/plugins/modules
Rich Megginson 583e4a6d6b rhel_facts module must use keyword arguments
The rhel_facts module must use keyword arguments.  The current
code gives this error:
```
Traceback (most recent call last):
...
  File "/tmp/ansible_ansible.posix.rhel_facts_payload_y10oy_4m/.../rhel_facts.py", line 72, in main
  TypeError: exit_json() takes 1 positional argument but 2 were given
```
The fix is to use all keyword arguments like other facts plugins.
2023-03-23 15:52:20 -06:00
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
acl.py Merge pull request #400 from vladislav-sharapov/fix-doc-boolean-values 2022-12-22 08:00:13 +00:00
at.py Fix boolean values in docs 2022-12-09 00:36:29 +04:00
authorized_key.py Fix boolean values in docs 2022-12-09 00:36:29 +04:00
firewalld.py added forgotten comma 2023-02-15 00:26:57 +01:00
firewalld_info.py Support new test-sanity-docker-devel test 2023-03-13 18:11:49 +09:00
mount.py Merge pull request #400 from vladislav-sharapov/fix-doc-boolean-values 2022-12-22 08:00:13 +00:00
patch.py fix document syntax 2023-02-21 12:06:22 +00:00
rhel_facts.py rhel_facts module must use keyword arguments 2023-03-23 15:52:20 -06:00
rhel_rpm_ostree.py Update documented default value for rhel_rpm_ostree's name parameter to match implementation. 2022-12-13 11:48:39 -05:00
rpm_ostree_upgrade.py fixes based on feedback 2022-11-22 09:03:04 -06:00
seboolean.py Fix boolean values in docs 2022-12-09 00:36:29 +04:00
selinux.py Fix boolean values in docs 2022-12-09 00:36:29 +04:00
synchronize.py Fix broken seealso in synchronize module 2023-01-30 22:07:10 +01:00
sysctl.py Fix boolean values in docs 2022-12-09 00:36:29 +04:00