mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fedmsg / base: fix several syntax issues around closing "s
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user