From bb8b9602f2dad255266d38be50812f8ac6039ff7 Mon Sep 17 00:00:00 2001 From: janic Date: Mon, 6 Dec 2021 10:28:16 +0100 Subject: [PATCH] README.md - update --- README.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 65a88dc..372a296 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,14 @@ Ansible Playbooks & Jinja2 Templates # Structure -. -+-- ansible -| +-- files -| +-- configs -| +-- -| +-- scripts -| +-- -| +-- templates -| +-- -| +-- playbooks -| +-- -+-- README.md -+-- LICENSE -+-- .gitignore \ No newline at end of file + +``` +ansible +| README.md +| LICENSE +| gitignore +└───files +| | configs +| | scripts +| └───templates +└───playbooks