1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
Ross Williams 5aff694dc4 pkgng: check_mode should count queued actions
Writing tests caught a bug in PR #3393, which enabled
installing more than one package per `pkg` execution.

In converting the module's install/upgrade code to a
queue structure, check_mode got broken because the count
of actions performed was only updated in the `if not check_mode`
block that invokes `pkg`. This two-line change counts
the number of actions in the queue when check mode is
enabled.
2021-10-11 02:11:26 +00:00
..
action fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
become
cache Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
callback [opentelemetry][callback] add option to support enabling plugin in the CI (#3498) 2021-10-07 15:31:08 +02:00
connection Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
doc_fragments Adds redis_data_info module (#3227) 2021-09-08 07:14:37 +02:00
filter New filter plugin - unicode_normalization (#3359) 2021-09-12 13:46:53 +02:00
inventory Added OpenNebula inventory plugin (#810) 2021-09-28 16:32:15 +02:00
lookup tss: add option for token authorization (#3327) 2021-09-14 13:34:59 +02:00
module_utils keycloak_role: quote role name in urls (#3536) 2021-10-09 13:38:02 +02:00
modules pkgng: check_mode should count queued actions 2021-10-11 02:11:26 +00:00