From a03d4d8d8d52567d76ff790df6bf3a9f252988d2 Mon Sep 17 00:00:00 2001 From: Martin Wehner Date: Wed, 20 Sep 2017 18:24:10 +0200 Subject: [PATCH] Update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 74ecc2c..f64e53d 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ This role depends on the [conga-facts](https://github.com/wcm-io-devops/ansible- Includes the role to copy all files generated in the `apache` directory to `/etc/httpd` on the target host (without the `apache` prefix) and restarting Apache afterwards. - - include_role: - name: conga-files - vars: - base_path: "/etc/httpd" - strip: "^apache/" - filter: "^apache/" - handlers: [ restart apache ] + - include_role: + name: conga-files + vars: + base_path: "/etc/httpd" + strip: "^apache/" + filter: "^apache/" + handlers: [ restart apache ] ## License