1
0
Fork 0
Commit-Graph

24 Commits

Autor SHA1 Nachricht Datum
652b7e961d added modspec as an helper function.
it has the typedefinition that allows the developer to get the required parameters for ansible modules more easily
2023-04-23 09:08:44 +02:00
a2174af565 changed the complicated _Type to an simple type and Types to an instance 2023-04-23 09:06:46 +02:00
6668d82f40 fixed get 2023-04-21 21:05:03 +02:00
76f4e64081 generalized the systemdbool function 2023-04-21 20:49:07 +02:00
40f4b11300 made list static 2023-04-21 18:00:20 +02:00
38beda7ab4 improved the acess for special attributes 2023-04-21 17:31:52 +02:00
53057c18a2 some formatting 2023-04-21 00:15:03 +02:00
bbf9daa8a7 removed useless print 2023-04-21 00:14:45 +02:00
68df507cb1 argument_spec is now better documented 2023-04-21 00:14:19 +02:00
4470f06962 argument_spec is now not merged from middleclasses 2023-04-21 00:13:38 +02:00
d8a7015977 added new defaults and generalized functionality 2023-04-21 00:12:47 +02:00
3e3ccc8458 some formatting 2023-04-21 00:10:13 +02:00
8a11393830 added an proper __dir__ method to _Types metaclass 2023-04-20 23:08:43 +02:00
172cce0b04 renamed the modules 2023-04-20 22:09:58 +02:00
3923d2cedb missed the property 2023-04-16 12:23:44 +02:00
53cb14162c replaced the call to the method with an explicit call to property 2023-04-16 11:26:47 +02:00
9966a237aa fixed module.py 2023-04-16 11:10:18 +02:00
c584ff60f7 current try 2023-04-16 00:10:13 +02:00
491270a022 removed all try except 2023-04-15 19:30:04 +02:00
ebca030585 Pfad der auflösung für Tests und autodoc geändert, weil Mitogen sonst blockiert 2023-04-15 15:02:14 +02:00
f18cfbdadb added changes to accomodate the module documetation updater 2023-04-15 12:20:56 +02:00
70391419f6 removed msg from the module class 2023-04-15 09:42:23 +02:00
e3a4c894ea updates the Module classes with documentation and deduplicated some code 2023-04-15 09:40:27 +02:00
aa0723809a moved the systemd modules to an own collection 2023-04-15 00:58:51 +02:00