Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#14 generate configs into local subdir instead of /etc
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Mar 3, 2016
1 parent 9c3876f commit 5e7fce1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/roles/generate-configs/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- name: ensure target directories exist
file: dest={{item}} state=directory owner=root group=root
with_items:
- /etc/docker-gc
- /etc/nginx
file: dest={{local_cfg_dest}} state=directory
#with_items:
# - /etc/docker-gc
# - /etc/nginx
tags:
- service_config

Expand Down

0 comments on commit 5e7fce1

Please sign in to comment.