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 #1148 from albertomurillo/missing_dir
Browse files Browse the repository at this point in the history
ansible: Create /usr/local/bin
  • Loading branch information
kaccardi authored Feb 14, 2017
2 parents 42ec630 + 27cdcb9 commit a4e0467
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 a4e0467

Please sign in to comment.