fedmsg / base: fix several syntax issues around closing "s
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
eea681dccc
commit
a8509b6d69
1 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@
|
|||
- relay.py
|
||||
- logging.py
|
||||
- base.py
|
||||
when: "'persistent_cloud' not in group_names
|
||||
when: "'persistent_cloud' not in group_names"
|
||||
tags:
|
||||
- config
|
||||
- fedmsgdconfig
|
||||
|
@ -131,7 +131,7 @@
|
|||
mode=0644
|
||||
with_items:
|
||||
- policy.py
|
||||
when: "'persistent_cloud' not in group_names
|
||||
when: "'persistent_cloud' not in group_names"
|
||||
tags:
|
||||
- config
|
||||
- fedmsgdconfig
|
||||
|
@ -156,7 +156,7 @@
|
|||
- relay.py
|
||||
- logging.py
|
||||
- base.py
|
||||
when: "'persistent_cloud' in group_names
|
||||
when: "'persistent_cloud' in group_names"
|
||||
tags:
|
||||
- config
|
||||
- fedmsgdconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue