From 9cb27b8e1f2d286e9e0d539b3a86c514966e805d Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 6 Feb 2017 22:11:52 -0800 Subject: [PATCH] renamed ghost to local --- ch13/{ghost.yml => local.yml} | 1 + 1 file changed, 1 insertion(+) rename ch13/{ghost.yml => local.yml} (96%) diff --git a/ch13/ghost.yml b/ch13/local.yml similarity index 96% rename from ch13/ghost.yml rename to ch13/local.yml index c57910c..12a7600 100644 --- a/ch13/ghost.yml +++ b/ch13/local.yml @@ -7,6 +7,7 @@ docker_image: name: ansiblebook/nginx-ghost path: nginx + force: yes - name: create certs command: > openssl req -new -x509 -nodes -- 2.44.0