Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJack Lin <46962923+blueskyson@users.noreply.github.com>2022-10-20 21:09:43 +0300
committerGitHub <noreply@github.com>2022-10-20 21:09:43 +0300
commit89af4e6e31f83f2f51a6e7eeedafcf1b4c2d7b5f (patch)
tree02cf2c2767cb4c014cfd3e4a49939b9c0b1a7dcf /docs
parent64d5c6cc3af4aa3e39648442e5ed1823543452dc (diff)
Update overview_architecture.rst (#79161)
Add missing right parenthesis
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/overview_architecture.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/overview_architecture.rst b/docs/docsite/rst/dev_guide/overview_architecture.rst
index 2a3fe55bab9..89677e96d9a 100644
--- a/docs/docsite/rst/dev_guide/overview_architecture.rst
+++ b/docs/docsite/rst/dev_guide/overview_architecture.rst
@@ -53,7 +53,7 @@ Here's what a plain text inventory file looks like:
db0.example.com
db1.example.com
-Once inventory hosts are listed, variables can be assigned to them in simple text files (in a subdirectory called 'group_vars/' or 'host_vars/' or directly in the inventory file.
+Once inventory hosts are listed, variables can be assigned to them in simple text files (in a subdirectory called 'group_vars/' or 'host_vars/') or directly in the inventory file.
Or, as already mentioned, use a dynamic inventory to pull your inventory from data sources like EC2, Rackspace, or OpenStack.