1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-07 20:47:16 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Simon Kelly
2faaa70d14 simplify status 2020-10-16 20:43:16 +02:00
Simon Kelly
816f31c19f add integration tests + fixes 2020-10-16 15:47:49 +02:00
Simon Kelly
00152dbb63 modify monit to use 'status' output instead of 'summary' output
The summary output is a fixed width table which truncates the
contents and prevents us from parsing the actual status of the
program.
2020-10-15 17:18:44 +02:00
Simon Kelly
f2c220a925 use exception classes from utils 2020-10-15 09:24:56 +02:00
Simon Kelly
9210b59ded python version compatability 2020-10-15 09:18:37 +02:00
Simon Kelly
8e8ea4eacf require version >= 5.21.0
Prior to this version the status output was different
2020-10-15 08:53:19 +02:00
Simon Kelly
89dbb918a0 refactor and test 2020-10-14 17:22:02 +02:00
Abhijeet Kasurde
832dd55144
sanity: Add future boilerplate (#573)
* sanity: Add future boilerplate

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

* Module Utils

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

* Scripts

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

* sanity: Add future boilerplate

* Tests

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

* CI failure

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-06-24 21:50:36 +02:00
Felix Fontein
be191cce6c
Move modules and module_utils unit tests to correct place (#81)
* Move modules and module_utils unit tests to correct place.

* Update ignore.txt

* Fix imports.

* Fix typos.

* Fix more typos.
2020-03-31 10:42:38 +02:00