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
|
- pkgdb.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
|
||||||
|
@ -89,7 +89,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