fedmsg / base: fix several syntax issues around closing "s

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-14 15:40:22 -07:00
parent eea681dccc
commit a8509b6d69

View file

@ -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