More directories.
This commit is contained in:
parent
ae4389b482
commit
27decc5401
1 changed files with 5 additions and 2 deletions
|
@ -12,8 +12,11 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: make /etc/github2fedmsg
|
||||
file: dest=/etc/github2fedmsg mode=0755 state=directory
|
||||
- name: make some directories
|
||||
file: dest="{{item}}" mode=0755 state=directory
|
||||
with_items:
|
||||
- /etc/github2fedmsg
|
||||
- /usr/share/github2fedmsg
|
||||
|
||||
- name: copy github2fedmsg app configuration
|
||||
template: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue