Files
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
..
2020-03-09 13:15:28 +00:00
2022-12-09 00:36:29 +04:00
2022-12-09 00:36:29 +04:00
2023-02-15 00:26:57 +01:00
2023-02-21 12:06:22 +00:00
2022-11-22 09:03:04 -06:00
2022-12-09 00:36:29 +04:00
2022-12-09 00:36:29 +04:00
2022-12-09 00:36:29 +04:00