mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 01:54:21 -07:00
parent
2aa53706f5
commit
bc90635e66
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