Fix not in
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
97a517383a
commit
8f37faa1b4
1 changed files with 2 additions and 2 deletions
|
@ -174,11 +174,11 @@
|
||||||
|
|
||||||
- name: make a mnt/koji link
|
- name: make a mnt/koji link
|
||||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||||
when: not "'releng-stg' in group_names"
|
when: "'releng-stg' not in group_names"
|
||||||
|
|
||||||
- name: symlink /srv/pungi
|
- name: symlink /srv/pungi
|
||||||
file: src=/mnt/fedora_koji/compose dest=/srv/pungi state=link
|
file: src=/mnt/fedora_koji/compose dest=/srv/pungi state=link
|
||||||
when: not "'releng-secondary' in group_names"
|
when: "'releng-secondary' not in group_names"
|
||||||
|
|
||||||
- name: add pkgs for nightly compose
|
- name: add pkgs for nightly compose
|
||||||
yum: state=present pkg={{ item }}
|
yum: state=present pkg={{ item }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue