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
|
- relay.py
|
||||||
- logging.py
|
- logging.py
|
||||||
- base.py
|
- base.py
|
||||||
when: "'persistent_cloud' not in group_names
|
when: "'persistent_cloud' not in group_names"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- fedmsgdconfig
|
- fedmsgdconfig
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
mode=0644
|
mode=0644
|
||||||
with_items:
|
with_items:
|
||||||
- policy.py
|
- policy.py
|
||||||
when: "'persistent_cloud' not in group_names
|
when: "'persistent_cloud' not in group_names"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- fedmsgdconfig
|
- fedmsgdconfig
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
- relay.py
|
- relay.py
|
||||||
- logging.py
|
- logging.py
|
||||||
- base.py
|
- base.py
|
||||||
when: "'persistent_cloud' in group_names
|
when: "'persistent_cloud' in group_names"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- fedmsgdconfig
|
- fedmsgdconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue