From 01ff57bdff35e0e97b16caa2c420fe01039d13e1 Mon Sep 17 00:00:00 2001 From: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:27:08 -0500 Subject: add ansible-galaxy cli documentation for parallel execution (#79433) * add ansible-galaxy cli documentation for parallel execution Co-authored-by: saranti * Update lib/ansible/cli/galaxy.py * Update lib/ansible/cli/galaxy.py Co-authored-by: Sviatoslav Sydorenko Co-authored-by: saranti Co-authored-by: Sviatoslav Sydorenko --- lib/ansible/cli/galaxy.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ansible/cli/galaxy.py b/lib/ansible/cli/galaxy.py index 339094e035..0e2303c714 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' -- cgit v1.2.1