1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Eero Aaltonen
6bb5bf8dc7 fixup remove use of delete_on_close added python 3.12 2026-03-15 22:41:21 +02:00
Eero Aaltonen
3b81afb626 fixup address pycodestyle complaints, use ansible style 2026-03-15 22:14:15 +02:00
Eero Aaltonen
e6ee55be8f fixup use validate_argument_spec, remove imports 2026-03-15 22:14:15 +02:00
Eero Aaltonen
fa795788cd fixup handle import errors as instructed in devguide
https://docs.ansible.com/projects/ansible-core/devel/dev_guide/testing/sanity/import.html#in-plugins
2026-03-01 23:34:17 +02:00
Eero Aaltonen
5ae85488a2 fixup use named temporary file 2026-03-01 23:20:45 +02:00
Eero Aaltonen
8a38027c40 fixup: license header and Python2isms
Remove obvious Python2isms. If I missed something, a list of things to
avoid would be appreciated.
2026-03-01 23:20:45 +02:00
Eero Aaltonen
583aed7bab fixup update copyright notices 2026-03-01 12:53:09 +02:00
Eero Aaltonen
1c1f2132c5 Add pgp_keyring action plugin to install PGP keys
Add action plugin to install PGP keys. First use case is to convert a
PGP keyring to binary format before installing on destination host.
2026-02-20 23:07:11 +02:00