Skip to content

Commit

Permalink
set SGID to CacheDir
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Feb 26, 2015
1 parent b701e29 commit 8f9b400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apt: name=apt-cacher-ng state=latest update_cache=yes cache_valid_time=3600

- name: Create CacheDir
file: path={{ apt_cacher_ng_cache_dir }} owner=apt-cacher-ng group=apt-cacher-ng mode=755 state=directory
file: path={{ apt_cacher_ng_cache_dir }} owner=apt-cacher-ng group=apt-cacher-ng mode=2755 state=directory

- name: Set config
lineinfile: dest=/etc/apt-cacher-ng/acng.conf regexp={{ item.regexp }} line="{{ item.line }}" state={{ item.state | default("present") }}
Expand Down

0 comments on commit 8f9b400

Please sign in to comment.