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

Commit

Permalink
ansible: Create /usr/local/bin
Browse files Browse the repository at this point in the history
Some distributions do not have the folder already created by default.
This change ensures the directory is present and owned by root.

Fixes #1140

Signed-off-by: Alberto Murillo Silva <[email protected]>
  • Loading branch information
Alberto Murillo Silva committed Feb 14, 2017
1 parent 42ec630 commit 27cdcb9
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@
- /etc/pki/ciao
- /etc/pki/keystone

- name: Create /etc/systemd/system if it does not exists
- name: Create directories required by root
file: path=/etc/systemd/system state=directory owner=root group=root
with_items:
- /etc/systemd
- /etc/systemd/system
- /usr/local
- /usr/local/bin

- include: ceph.yml
when: not skip_ceph

0 comments on commit 27cdcb9

Please sign in to comment.