Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #778/5ddf0041 backport][stable-3] add module pacman_key #2704

Commits on Jun 4, 2021

  1. add module pacman_key (#778)

    * add module pacman_key
    
    * add symlink and fix documentation for pacman_key
    
    * documentation fix for pacman_key
    
    * improve logic around user input
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    
    * Improve parameter checking
    
    required_one_of=[] is neat.
    
    Co-authored-by: Alexei Znamensky
    
    * Revert "Improve parameter checking"
    
    This reverts commit 044b0cb.
    
    * Simplify a bunch of code.
    
    * fix typos pointed out by yan12125
    
    * replaced manual checks with required-if invocation
    
    * added default keyring to documentation
    
    * some initial tests
    
    * updated metadata
    
    * refactored to make sanity tests pass
    
    * refactor to make sanity tests pass ... part deux
    
    * refactor: simplify run_command invocations
    
    * test: cover check-mode and some normal operation
    
    * docs: fix grammatical errors
    
    * rip out fingerprint code
    
    a full length (40 characters) key ID is equivalent to the fingerprint.
    
    * refactor tests, add a couple more
    
    * test: added testcase for method: data
    
    * Update plugins/modules/packaging/os/pacman_key.py
    
    Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
    
    * docs: correct yaml boolean type
    
    Co-authored-by: Felix Fontein <felix@fontein.de>
    
    Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
    Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
    Co-authored-by: Felix Fontein <felix@fontein.de>
    (cherry picked from commit 5ddf004)
    grawlinson authored and Patchback committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    2d472e0 View commit details
    Browse the repository at this point in the history