Alexei Znamensky
4171418e37
snap_alias: fix regex expression when listing aliases ( #6361 )
...
* snap_alias: fix regex expression when listing aliases
* simplify regex, add changelog
2023-04-20 06:56:21 +02:00
Felix Fontein
2bac3bb8b2
Revert "snap & snap_alias: enable integration tests on Fedora ( #6360 )"
...
This reverts commit 0524d70805
.
2023-04-18 08:01:39 +02:00
Alexei Znamensky
0524d70805
snap & snap_alias: enable integration tests on Fedora ( #6360 )
2023-04-18 07:59:46 +02:00
Felix Fontein
1f49241481
CI: add extra VMs for certain tests ( #5713 )
...
* Remove superfluous VM.
* Add extra VM group.
* More platforms, add scripts.
* [REVERT THIS] Shrink matrix to only the tests we are interested in.
* Fix some tests.
* Skip snap tests on Ubuntu VMs for now.
* Skip xfs_quota tests on Alpine VMs due to ansible.posix.mount failing.
* Revert "[REVERT THIS] Shrink matrix to only the tests we are interested in."
This reverts commit 2e98e163db
.
* Stick to Alpine and Ubuntu 22.04 for now.
2022-12-21 07:31:46 +01:00
Felix Fontein
e47845ab3a
Change CI group identifiers. ( #5344 )
2022-10-11 07:34:36 +02:00
Felix Fontein
68e7e52557
Add simple license headers, not completely at top. ( #5080 )
2022-08-05 21:31:34 +02:00
Felix Fontein
1ab2a5f1bc
Add default license header to files which have no copyright or license header yet ( #5074 )
...
* Add default license header to files which have no copyright or license header yet.
* yml extension should have been xml...
2022-08-05 14:03:38 +02:00
Felix Fontein
bb78d98f8f
Re-enable snap tests ( #3967 )
...
* Re-enable snap tests.
* Skip tests on RHEL 8.2 and 8.3.
* Refactor snap setup.
* Try to simplify setup.
2022-01-05 17:13:50 +01:00
Felix Fontein
51838adf8c
Disable snap tests. ( #3922 )
2021-12-20 10:47:35 +01:00
Alexei Znamensky
bd96616e6f
snap_alias - new module ( #3642 )
...
* snap_alias - manage snap aliases
* removed extraneous import
* executing the module, the new way
* added link and bot entry
* scaffolding from snap
* completed module + integration tests
* fixed sanity checks
* Update plugins/modules/packaging/os/snap_alias.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/packaging/os/snap_alias.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/packaging/os/snap_alias.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* removed extraneous task from test
* added seealso, removed unused import
* added check_mode + plus check_mode and idempotency tests
* Update plugins/modules/packaging/os/snap_alias.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Improved RETURN description.
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-10-31 18:38:21 +01:00