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
|
- name: make ostree variant dir symlinks
|
||||||
file: state=link
|
file: state=link
|
||||||
path=/srv/web/ostree/{{ item }}
|
dest=/srv/web/ostree/{{ item }}
|
||||||
dest=/srv/web/ostree_allofthem
|
src=/srv/web/ostree_allofthem
|
||||||
owner=apache
|
owner=apache
|
||||||
group=sysadmin-releng
|
group=sysadmin-releng
|
||||||
mode=2775
|
mode=2775
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue