Quote this?
This commit is contained in:
parent
20e80ff073
commit
a4ae03cf8a
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
- pkgdb.py
|
||||
- logging.py
|
||||
- base.py
|
||||
when: 'persistent-cloud' not in group_names
|
||||
when: "'persistent-cloud' not in group_names"
|
||||
tags:
|
||||
- config
|
||||
- fedmsgdconfig
|
||||
|
@ -89,7 +89,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