Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #832 from erick0z/master
Browse files Browse the repository at this point in the history
ciao-deployment: Fix ownership of /etc/systemd/system
  • Loading branch information
rbradford authored Nov 16, 2016
2 parents c09559b + 4551dd1 commit 469a92f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
- /etc/pki
- /etc/pki/ciao
- /etc/pki/keystone
- /etc/systemd/system

- name: Create /etc/systemd/system if it does not exists
file: path=/etc/systemd/system state=directory owner=root group=root

- name: Set bindir location
set_fact: bindir={{ '/usr/local/bin' if ciao_dev else '/usr/bin' }}
Expand Down

0 comments on commit 469a92f

Please sign in to comment.