From 4c9315faf65a877692581703a30a218903712d90 Mon Sep 17 00:00:00 2001 From: quicktus Date: Wed, 2 Oct 2024 17:24:31 +0000 Subject: [PATCH] Update introduction.rst (#1960) (cherry picked from commit ecbda9b98c910d7a9d0e638d2042d5d168ed391d) --- docs/docsite/rst/getting_started/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/getting_started/introduction.rst b/docs/docsite/rst/getting_started/introduction.rst index a542bd16ea4..ae7dcc4996a 100644 --- a/docs/docsite/rst/getting_started/introduction.rst +++ b/docs/docsite/rst/getting_started/introduction.rst @@ -23,7 +23,7 @@ Agent-less architecture Low maintenance overhead by avoiding the installation of additional software across IT infrastructure. Simplicity - Automation playbooks use straightforward YAML syntax for code that reads like documentation. Ansible is also decentralized, using SSH existing OS credentials to access to remote machines. + Automation playbooks use straightforward YAML syntax for code that reads like documentation. Ansible is also decentralized, using SSH with existing OS credentials to access to remote machines. Scalability and flexibility Easily and quickly scale the systems you automate through a modular design that supports a large range of operating systems, cloud platforms, and network devices.