Skip to content

Commit

Permalink
fix: ensure directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Jul 16, 2019
1 parent 8dd37d4 commit cf877b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/path.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---
- name: Bootstrap | Ensure required directories exist
file:
path: "{{ item }}"
state: directory
with_items:
- "{{ bin_dir }}"

- name: Bootstrap | Add another bin dir to system-wide $PATH.
copy:
dest: /etc/profile.d/custom-path.sh
Expand Down

0 comments on commit cf877b8

Please sign in to comment.