mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
flatpak: Change use of Popen to module.run_command() (#274)
* flatpak: Change use of Popen to module.run_command() * Update changelogs/fragments/274-flatpak-run-command.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
55c1ece888
commit
f2af41d842
4 changed files with 10 additions and 23 deletions
|
@ -1254,8 +1254,6 @@ plugins/modules/packaging/os/apt_rpm.py validate-modules:doc-default-does-not-ma
|
|||
plugins/modules/packaging/os/apt_rpm.py validate-modules:parameter-invalid
|
||||
plugins/modules/packaging/os/apt_rpm.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/packaging/os/apt_rpm.py validate-modules:undocumented-parameter
|
||||
plugins/modules/packaging/os/flatpak.py validate-modules:use-run-command-not-popen
|
||||
plugins/modules/packaging/os/flatpak_remote.py validate-modules:use-run-command-not-popen
|
||||
plugins/modules/packaging/os/homebrew.py validate-modules:parameter-invalid
|
||||
plugins/modules/packaging/os/homebrew_cask.py validate-modules:parameter-invalid
|
||||
plugins/modules/packaging/os/installp.py validate-modules:parameter-list-no-elements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue