community.general icon indicating copy to clipboard operation
community.general copied to clipboard

rpm_ostree_pkg add --apply-live and --force-replacefiles

Open luebke-dev opened this issue 1 year ago • 4 comments

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

luebke-dev avatar Mar 15 '24 13:03 luebke-dev

cc @Akasurde @dustymabe click here for bot help

ansibullbot avatar Mar 15 '24 13:03 ansibullbot

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)

click here for bot help

ansibullbot avatar Mar 15 '24 13:03 ansibullbot

@luebke-dev ping

needs_info

felixfontein avatar Apr 21 '24 18:04 felixfontein

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

click here for bot help

ansibullbot avatar Apr 28 '24 18:04 ansibullbot

@luebke-dev This pullrequest is waiting for your response. Please respond or the pullrequest will be closed.

click here for bot help

ansibullbot avatar May 24 '24 07:05 ansibullbot

@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.

click here for bot help

ansibullbot avatar Jun 25 '24 07:06 ansibullbot