mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-15 02:21:44 -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
|
||||
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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue