Commit-Graph

19 Commits

Autor SHA1 Nachricht Datum
749ae48441 Release 0.5.0
- Added ReturnTypes
- improved the AnsibleParameter Type
- added an set containing  the arguments from add_file_common_args
- added an functio to move generated files to their location according to the common_args
- the modspec function was extended with arguments for metadata in the documentation
2025-03-22 16:29:19 +01:00
d82a902043 fixed an issue with choices in lists 2025-03-17 21:11:22 +01:00
328e58c439 improved the filemoving of AnsibleModules and SystemdUnitModule
I wrapped the file stuff in an function that is available in AnsibleModule.
2025-03-17 21:10:59 +01:00
74ded41d30 Release 0.4.4 2025-03-16 12:07:08 +01:00
59400d158f made some typehints that even work with pyright 2025-03-14 19:05:37 +01:00
144ffc72a5 some clean up of the code 2025-03-14 08:35:47 +01:00
c8d7d4e286 fixed an typing error 2025-03-14 08:35:28 +01:00
9d18ea533e removed display 2024-03-16 21:28:31 +01:00
f351bb6fb6 fixed typo 2024-03-16 21:28:18 +01:00
c5e6129682 modspec now supports supports_check_mode and add_file_common_args 2024-03-16 14:15:50 +01:00
84eb37ffa7 added wrapper for fail_json and exit_json 2024-03-16 10:04:38 +01:00
85880d2867 added type hint for the diff. 2024-03-16 09:56:39 +01:00
8190ee94d3 fixed the empty options 2024-03-13 20:17:36 +01:00
2f36e69a73 fixed the documentation for dictionaries 2024-03-13 20:13:35 +01:00
1da65334e2 added an default display 2024-03-12 21:18:09 +01:00
0ba608406e to prevent empty sections, the install and header methods return None if the method would just the scetion header 2024-03-08 21:58:32 +01:00
e583ad0f96 small remove print calls 2024-02-24 10:45:49 +01:00
e089dbc82a rewrote the Types class 2024-02-24 10:20:47 +01:00
768713aadc created an ansible module with module utils 2024-02-11 20:32:38 +01:00