mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-15 10:31:42 -07:00
[PR #10649/bc90635e backport][stable-11] pipx examples and tests: fix terminology (#10651)
pipx examples and tests: fix terminology (#10649)
Fix terminology.
(cherry picked from commit bc90635e66
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
ba789d71ec
commit
f077c1e104
2 changed files with 3 additions and 3 deletions
|
@ -175,7 +175,7 @@ EXAMPLES = r"""
|
||||||
name: tox
|
name: tox
|
||||||
state: upgrade
|
state: upgrade
|
||||||
|
|
||||||
- name: Install or upgrade tox with dependency group 'docs'
|
- name: Install or upgrade tox with extra 'docs'
|
||||||
community.general.pipx:
|
community.general.pipx:
|
||||||
name: tox
|
name: tox
|
||||||
source: tox[docs]
|
source: tox[docs]
|
||||||
|
|
|
@ -217,14 +217,14 @@
|
||||||
name: tox
|
name: tox
|
||||||
register: uninstall_tox_2
|
register: uninstall_tox_2
|
||||||
|
|
||||||
- name: install tox with dependency group 'docs'
|
- name: install tox with extra 'docs'
|
||||||
community.general.pipx:
|
community.general.pipx:
|
||||||
name: tox
|
name: tox
|
||||||
source: tox[docs]
|
source: tox[docs]
|
||||||
state: latest
|
state: latest
|
||||||
register: install_tox_latest_docs
|
register: install_tox_latest_docs
|
||||||
|
|
||||||
- name: install tox with dependency group 'docs' again
|
- name: install tox with extra 'docs' again
|
||||||
community.general.pipx:
|
community.general.pipx:
|
||||||
name: tox
|
name: tox
|
||||||
source: tox[docs]
|
source: tox[docs]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue