community.general
community.general copied to clipboard
rpm_ostree_pkg add --apply-live and --force-replacefiles
SUMMARY
Improve rpm_ostree_pkg management and add options for apply-live and force-replacefiles. Make idempotent and allow-inactive options optional with default value True
ISSUE TYPE
- Feature Pull Request
COMPONENT NAME
rpm_ostree_pkg
cc @Akasurde @dustymabe click here for bot help
The test ansible-test sanity --test pylint [explain] failed with 1 error:
plugins/modules/rpm_ostree_pkg.py:166:0: trailing-whitespace: Trailing whitespace
The test ansible-test sanity --test validate-modules [explain] failed with 4 errors:
plugins/modules/rpm_ostree_pkg.py:0:0: doc-default-does-not-match-spec: Argument 'indepotent' in argument_spec defines default as (True) but documentation defines default as (None)
plugins/modules/rpm_ostree_pkg.py:0:0: nonexistent-parameter-documented: Argument 'idempotent' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/rpm_ostree_pkg.py:0:0: parameter-type-not-in-doc: Argument 'indepotent' in argument_spec defines type as 'bool' but documentation doesn't define type
plugins/modules/rpm_ostree_pkg.py:0:0: undocumented-parameter: Argument 'indepotent' is listed in the argument_spec, but not documented in the module documentation
The test ansible-test sanity --test pep8 [explain] failed with 2 errors:
plugins/modules/rpm_ostree_pkg.py:166:1: W293: blank line contains whitespace
plugins/modules/rpm_ostree_pkg.py:177:9: E303: too many blank lines (2)
The test ansible-test sanity --test validate-modules [explain] failed with 4 errors:
plugins/modules/rpm_ostree_pkg.py:0:0: doc-default-does-not-match-spec: Argument 'indepotent' in argument_spec defines default as (True) but documentation defines default as (None)
plugins/modules/rpm_ostree_pkg.py:0:0: nonexistent-parameter-documented: Argument 'idempotent' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/rpm_ostree_pkg.py:0:0: parameter-type-not-in-doc: Argument 'indepotent' in argument_spec defines type as 'bool' but documentation doesn't define type
plugins/modules/rpm_ostree_pkg.py:0:0: undocumented-parameter: Argument 'indepotent' is listed in the argument_spec, but not documented in the module documentation
The test ansible-test sanity --test pep8 [explain] failed with 2 errors:
plugins/modules/rpm_ostree_pkg.py:166:1: W293: blank line contains whitespace
plugins/modules/rpm_ostree_pkg.py:177:9: E303: too many blank lines (2)
The test ansible-test sanity --test pylint [explain] failed with 1 error:
plugins/modules/rpm_ostree_pkg.py:166:0: trailing-whitespace: Trailing whitespace
The test ansible-test sanity --test pep8 [explain] failed with 2 errors:
plugins/modules/rpm_ostree_pkg.py:166:1: W293: blank line contains whitespace
plugins/modules/rpm_ostree_pkg.py:177:9: E303: too many blank lines (2)
The test ansible-test sanity --test pylint [explain] failed with 1 error:
plugins/modules/rpm_ostree_pkg.py:166:0: trailing-whitespace: Trailing whitespace
The test ansible-test sanity --test validate-modules [explain] failed with 4 errors:
plugins/modules/rpm_ostree_pkg.py:0:0: doc-default-does-not-match-spec: Argument 'indepotent' in argument_spec defines default as (True) but documentation defines default as (None)
plugins/modules/rpm_ostree_pkg.py:0:0: nonexistent-parameter-documented: Argument 'idempotent' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/rpm_ostree_pkg.py:0:0: parameter-type-not-in-doc: Argument 'indepotent' in argument_spec defines type as 'bool' but documentation doesn't define type
plugins/modules/rpm_ostree_pkg.py:0:0: undocumented-parameter: Argument 'indepotent' is listed in the argument_spec, but not documented in the module documentation
The test ansible-test sanity --test pep8 [explain] failed with 2 errors:
plugins/modules/rpm_ostree_pkg.py:166:1: W293: blank line contains whitespace
plugins/modules/rpm_ostree_pkg.py:177:9: E303: too many blank lines (2)
The test ansible-test sanity --test pylint [explain] failed with 1 error:
plugins/modules/rpm_ostree_pkg.py:166:0: trailing-whitespace: Trailing whitespace
The test ansible-test sanity --test validate-modules [explain] failed with 4 errors:
plugins/modules/rpm_ostree_pkg.py:0:0: doc-default-does-not-match-spec: Argument 'indepotent' in argument_spec defines default as (True) but documentation defines default as (None)
plugins/modules/rpm_ostree_pkg.py:0:0: nonexistent-parameter-documented: Argument 'idempotent' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/rpm_ostree_pkg.py:0:0: parameter-type-not-in-doc: Argument 'indepotent' in argument_spec defines type as 'bool' but documentation doesn't define type
plugins/modules/rpm_ostree_pkg.py:0:0: undocumented-parameter: Argument 'indepotent' is listed in the argument_spec, but not documented in the module documentation
The test botmeta failed with 1 error:
.github/BOTMETA.yml:0:0: Author luebke-dev not mentioned as active or inactive maintainer for plugins/modules/rpm_ostree_pkg.py (mentioned are: dustymabe, Akasurde)
@luebke-dev ping
needs_info
The test botmeta failed with 1 error:
.github/BOTMETA.yml:0:0: Author luebke-dev not mentioned as active or inactive maintainer for plugins/modules/rpm_ostree_pkg.py (mentioned are: dustymabe, Akasurde)
The test ansible-test sanity --test pep8 [explain] failed with 3 errors:
plugins/modules/rpm_ostree_pkg.py:161:1: W293: blank line contains whitespace
plugins/modules/rpm_ostree_pkg.py:172:9: E303: too many blank lines (2)
plugins/modules/rpm_ostree_pkg.py:173:35: E231: missing whitespace after ','
The test ansible-test sanity --test pep8 [explain] failed with 3 errors:
plugins/modules/rpm_ostree_pkg.py:161:1: W293: blank line contains whitespace
plugins/modules/rpm_ostree_pkg.py:172:9: E303: too many blank lines (2)
plugins/modules/rpm_ostree_pkg.py:173:35: E231: missing whitespace after ','
The test ansible-test sanity --test pep8 [explain] failed with 3 errors:
plugins/modules/rpm_ostree_pkg.py:161:1: W293: blank line contains whitespace
plugins/modules/rpm_ostree_pkg.py:172:9: E303: too many blank lines (2)
plugins/modules/rpm_ostree_pkg.py:173:35: E231: missing whitespace after ','
The test ansible-test sanity --test pep8 [explain] failed with 3 errors:
plugins/modules/rpm_ostree_pkg.py:161:1: W293: blank line contains whitespace
plugins/modules/rpm_ostree_pkg.py:172:9: E303: too many blank lines (2)
plugins/modules/rpm_ostree_pkg.py:173:35: E231: missing whitespace after ','
The test ansible-test sanity --test pylint [explain] failed with 1 error:
plugins/modules/rpm_ostree_pkg.py:161:0: trailing-whitespace: Trailing whitespace
The test ansible-test sanity --test pylint [explain] failed with 1 error:
plugins/modules/rpm_ostree_pkg.py:161:0: trailing-whitespace: Trailing whitespace
The test ansible-test sanity --test pylint [explain] failed with 1 error:
plugins/modules/rpm_ostree_pkg.py:161:0: trailing-whitespace: Trailing whitespace
The test ansible-test sanity --test pylint [explain] failed with 1 error:
plugins/modules/rpm_ostree_pkg.py:161:0: trailing-whitespace: Trailing whitespace
@luebke-dev This pullrequest is waiting for your response. Please respond or the pullrequest will be closed.
@luebke-dev You have not responded to information requests in this pullrequest so we will assume it no longer affects you. If you are still interested in this, please create a new pullrequest with the requested information.