Skip to content

Commit

Permalink
make directory check for gh #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Baez committed Jun 23, 2016
1 parent 6f1fcb8 commit 2f4175d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/main.yml
@@ -1,4 +1,11 @@
---
- name: make systemd/system directory if nonexistent
file:
force=yes
recurse=yes
state=directory
path=/usr/lib/systemd/system

- name: move unit file to place
template:
src="domains.j2"
Expand Down

0 comments on commit 2f4175d

Please sign in to comment.