From 40f783fb22a8809a58fc63bddf5c3bbf688247c8 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 25 Jun 2022 22:56:45 -0500 Subject: [PATCH] fix(README): Fixed lint --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 186dff2..87f6d73 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ 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. +- 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. ## 🚀 Getting Started @@ -115,4 +115,4 @@ Thanks to these repos for code and ideas: - [k3s-io/k3s-ansible](https://github.com/k3s-io/k3s-ansible) - [geerlingguy/turing-pi-cluster](https://github.com/geerlingguy/turing-pi-cluster) -- [212850a/k3s-ansible](https://github.com/212850a/k3s-ansible) +- [212850a/k3s-ansible](https://github.com/212850a/k3s-ansible)