Fix duplicate argument
This commit is contained in:
parent
0c533e42d1
commit
3a687c7e6b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
action: group name=ftpsync gid=263 system=yes state=present
|
||||
|
||||
- name: add ftpsync user
|
||||
action: user name=ftpsync uid=263 group=ftpsync system=yes createhome=yes system=yes state=present
|
||||
user: name=ftpsync uid=263 group=ftpsync createhome=yes system=yes state=present
|
||||
|
||||
- name: add the ftpsync update-fullfilelist script
|
||||
action: copy src="{{ files }}/releng/update-fullfilelist" dest=/usr/local/bin/update-fullfilelist owner=ftpsync group=ftpsync mode=555
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue