pipx examples and tests: fix terminology (#10649)

Fix terminology.
This commit is contained in:
Felix Fontein
2025-08-11 20:34:44 +02:00
committed by GitHub
parent 2aa53706f5
commit bc90635e66
2 changed files with 3 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ EXAMPLES = r"""
name: tox
state: upgrade
- name: Install or upgrade tox with dependency group 'docs'
- name: Install or upgrade tox with extra 'docs'
community.general.pipx:
name: tox
source: tox[docs]

View File

@@ -217,14 +217,14 @@
name: tox
register: uninstall_tox_2
- name: install tox with dependency group 'docs'
- name: install tox with extra 'docs'
community.general.pipx:
name: tox
source: tox[docs]
state: latest
register: install_tox_latest_docs
- name: install tox with dependency group 'docs' again
- name: install tox with extra 'docs' again
community.general.pipx:
name: tox
source: tox[docs]