Fix typo, dict have : not =
This commit is contained in:
parent
751afb19e3
commit
c75de6394f
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@
|
|||
dest={{ item.location }}/{{ item.file }}
|
||||
owner={{ item.user }} group={{ item.group }} mode={{ item.mode }}
|
||||
with_items:
|
||||
- { file: pagure.cfg, location: /etc/pagure, user: git, group: postfix, mode=640 }
|
||||
- { file: pagure.conf, location: /etc/httpd/conf.d, user: apache, group: apache, mode=600 }
|
||||
- { file: pagure.cfg, location: /etc/pagure, user: git, group: postfix, mode:640 }
|
||||
- { file: pagure.conf, location: /etc/httpd/conf.d, user: apache, group: apache, mode:600 }
|
||||
tags:
|
||||
- config
|
||||
- web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue