mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Implement tag and skip_tag handling in the CLI() class. Change tag and skip_tag command line options to be accepted multiple times on the CLI and add them together rather than overwrite. * Make it configurable whether to merge or overwrite multiple --tags arguments * Make the base CLI class an abstractbaseclass so we can implement functionality in parse() but still make subclasses implement it. * Deprecate the overwrite feature of --tags with a message that the default will change in 2.4 and go away in 2.5. * Add documentation for merge_multiple_cli_flags * Fix galaxy search so its tags argument does not conflict with generic tags * Unit tests and more integration tests for tags |
||
---|---|---|
.. | ||
dev_guide | ||
modules | ||
roadmap | ||
become.rst | ||
committer_guidelines.rst | ||
common_return_values.rst | ||
community.rst | ||
developing.rst | ||
developing_api.rst | ||
developing_core.rst | ||
developing_inventory.rst | ||
developing_modules.rst | ||
developing_modules_python3.rst | ||
developing_plugins.rst | ||
developing_program_flow_modules.rst | ||
developing_releases.rst | ||
developing_test_pr.rst | ||
faq.rst | ||
galaxy.rst | ||
glossary.rst | ||
guide_aws.rst | ||
guide_azure.rst | ||
guide_cloudstack.rst | ||
guide_docker.rst | ||
guide_gce.rst | ||
guide_rax.rst | ||
guide_rolling_upgrade.rst | ||
guide_vagrant.rst | ||
guides.rst | ||
index.rst | ||
intro.rst | ||
intro_adhoc.rst | ||
intro_bsd.rst | ||
intro_configuration.rst | ||
intro_dynamic_inventory.rst | ||
intro_getting_started.rst | ||
intro_installation.rst | ||
intro_inventory.rst | ||
intro_networking.rst | ||
intro_patterns.rst | ||
intro_windows.rst | ||
modules.rst | ||
modules_core.rst | ||
modules_extra.rst | ||
modules_intro.rst | ||
playbooks.rst | ||
playbooks_acceleration.rst | ||
playbooks_advanced_syntax.rst | ||
playbooks_async.rst | ||
playbooks_best_practices.rst | ||
playbooks_blocks.rst | ||
playbooks_checkmode.rst | ||
playbooks_conditionals.rst | ||
playbooks_debugger.rst | ||
playbooks_delegation.rst | ||
playbooks_environment.rst | ||
playbooks_error_handling.rst | ||
playbooks_filters.rst | ||
playbooks_filters_ipaddr.rst | ||
playbooks_intro.rst | ||
playbooks_lookups.rst | ||
playbooks_loops.rst | ||
playbooks_prompts.rst | ||
playbooks_roles.rst | ||
playbooks_special_topics.rst | ||
playbooks_startnstep.rst | ||
playbooks_strategies.rst | ||
playbooks_tags.rst | ||
playbooks_tests.rst | ||
playbooks_variables.rst | ||
playbooks_vault.rst | ||
porting_guide_2.0.rst | ||
quickstart.rst | ||
test_strategies.rst | ||
tower.rst | ||
YAMLSyntax.rst |