src and path are reversed for links

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-01-21 17:19:00 +01:00
parent 7ca28a0969
commit 0e8159423e

View file

@ -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