ansible.posix/plugins
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
..
action move plugin to correct dir 2022-10-07 18:30:49 +02:00
callback Update profile_tasks.py 2022-07-15 14:04:06 -04:00
module_utils Support new test-sanity-docker-devel test 2023-03-13 18:11:49 +09:00
modules rhel_facts module must use keyword arguments 2023-03-23 15:52:20 -06:00
shell Fixed documentation and options to address new sanity tests 2022-04-01 13:23:45 +09:00