src and path are reversed for links
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
7ca28a0969
commit
0e8159423e
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
|
||||
- name: make ostree variant dir symlinks
|
||||
file: state=link
|
||||
path=/srv/web/ostree/{{ item }}
|
||||
dest=/srv/web/ostree_allofthem
|
||||
dest=/srv/web/ostree/{{ item }}
|
||||
src=/srv/web/ostree_allofthem
|
||||
owner=apache
|
||||
group=sysadmin-releng
|
||||
mode=2775
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue