Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
interatom committed Sep 20, 2017
1 parent d808efe commit a03d4d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a03d4d8

Please sign in to comment.