From a922f9480dcb8f6f1648ebf9f8a0cfe46ea712b4 Mon Sep 17 00:00:00 2001 From: Infectiious Date: Tue, 7 Jun 2022 06:48:08 +1000 Subject: [PATCH] Update README.md (#33) Fix typo in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6dda55..186dff2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ on processor architecture: ## ✅ System requirements * Deployment environment must have Ansible 2.4.0+. If you need a quick primer on Ansible [you can check out my docs and setting up Ansible](https://docs.technotim.live/posts/ansible-automation/). -* `server` and `agent` nodes should have passwordless SSH access, if not you can supply arguments to provide credentials `-ask-pass --ask-become-pass` to each command. +* `server` and `agent` nodes should have passwordless SSH access, if not you can supply arguments to provide credentials `--ask-pass --ask-become-pass` to each command. ## 🚀 Getting Started