summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/galaxy.py
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-12-06 17:00:27 -0500
committerGitHub <noreply@github.com>2022-12-06 14:00:27 -0800
commit53da28da6a6a9ef10a2df31971db43525df5dcf4 (patch)
tree42e5188062ea6a7de2cbddcd7bba4fa585e84ae9 /lib/ansible/cli/galaxy.py
parent8befa158d1ef6de35a1695878424ad7c5dd83131 (diff)
downloadansible-53da28da6a6a9ef10a2df31971db43525df5dcf4.tar.gz
Backportapalooza 12 01 (#79514)
* docs - make the existence of 'trivial' changelog entries easier to find (#79440) (cherry picked from commit 3cc95d1f126e239aa0e357c0060b18a8c4946e7a) * Add comma (#79480) (cherry picked from commit 3a6b6370add78cf08463a8db69d0337534d6840a) * Fix lists styling (#79481) (cherry picked from commit 3723c426d2f12b8ba6adde6c06302a4dc8851126) * add ansible-galaxy cli documentation for parallel execution (#79433) * add ansible-galaxy cli documentation for parallel execution Co-authored-by: saranti <tsarantis@proton.me> * Update lib/ansible/cli/galaxy.py * Update lib/ansible/cli/galaxy.py Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> Co-authored-by: saranti <tsarantis@proton.me> Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> (cherry picked from commit 01ff57bdff35e0e97b16caa2c420fe01039d13e1) Co-authored-by: Mark Chappell <mchappel@redhat.com> Co-authored-by: Waleed Mortaja <27075022+WaleedMortaja@users.noreply.github.com> Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
Diffstat (limited to 'lib/ansible/cli/galaxy.py')
-rwxr-xr-xlib/ansible/cli/galaxy.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/ansible/cli/galaxy.py b/lib/ansible/cli/galaxy.py
index f4148d924d..bc691b2859 100755
--- a/lib/ansible/cli/galaxy.py
+++ b/lib/ansible/cli/galaxy.py
@@ -197,7 +197,11 @@ class RoleDistributionServer:
class GalaxyCLI(CLI):
- '''command to manage Ansible roles in shared repositories, the default of which is Ansible Galaxy *https://galaxy.ansible.com*.'''
+ '''Command to manage Ansible roles and collections.
+
+ None of the CLI tools are designed to run concurrently with themselves.
+ Use an external scheduler and/or locking to ensure there are no clashing operations.
+ '''
name = 'ansible-galaxy'