Felix Fontein
123c7efe5e
Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt ( #5065 )
...
* Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt.
* Replace 'Copyright:' with 'Copyright'
sed -i 's|Copyright:\(.*\)|Copyright\1|' $(rg -l 'Copyright:')
Co-authored-by: Maxwell G <gotmax@e.email>
2022-08-05 12:28:29 +02:00
Alexei Znamensky
9eb638f651
fix modules' output by using publish_cmd ( #3655 )
...
* fix modules' output by using publish_cmd
* added changelog frag
* Update changelogs/fragments/3655-use-publish_cmd.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/3655-use-publish_cmd.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/3655-use-publish_cmd.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-11-01 13:53:02 +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