From 7655f2951ebe33203eea77a173211a44a4ff84ab Mon Sep 17 00:00:00 2001 From: Marc Ahlgrim Date: Sun, 25 Sep 2022 07:10:21 +0200 Subject: [PATCH] bugfix Signed-off-by: Marc Ahlgrim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd30ad..f317590 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ My scripts also install a server version of vscode on the rundeck server. So wit ## Creating an ansible inventory -There are a couple of examples in the **examples** subdirectory. I suggest you create an `ansible` subdirectory under the user's home (there is already a hidden `.ansible` folder which we can ignore). In the Docker version, the ~/ansible directory is mapped to a named volume. The ansible config file should reside in `~/.ansible.cfg` ("~" stands for the rundeck user's home directory). In the docker version there is a symlink from `~/.ansible.cfg` to `~/ansible/ansible.cfg` in order to have the config file in the persistent volume if ever you need to recreate the container. +There are a couple of examples in the **examples** subdirectory. I suggest you create an `ansible` subdirectory under the user's home (there is already a hidden `.ansible` folder which we can ignore). In the Docker version, the `~/ansible` directory is mapped to a named volume. The ansible config file should reside in `~/.ansible.cfg` ("~" stands for the rundeck user's home directory). In the docker version there is a symlink from `~/.ansible.cfg` to `~/ansible/ansible.cfg` in order to have the config file in the persistent volume if ever you need to recreate the container. ### inventory defaults