mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 12:12:23 +08:00
Fix duplicate argument
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user