mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user