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:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: make /etc/github2fedmsg
|
- name: make some directories
|
||||||
file: dest=/etc/github2fedmsg mode=0755 state=directory
|
file: dest="{{item}}" mode=0755 state=directory
|
||||||
|
with_items:
|
||||||
|
- /etc/github2fedmsg
|
||||||
|
- /usr/share/github2fedmsg
|
||||||
|
|
||||||
- name: copy github2fedmsg app configuration
|
- name: copy github2fedmsg app configuration
|
||||||
template: >
|
template: >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue