Try to get /mnt/fedora_koji back in staging.
This commit is contained in:
parent
d3ad348adb
commit
09fe1c56ec
1 changed files with 6 additions and 0 deletions
|
@ -257,6 +257,12 @@
|
|||
- config
|
||||
- koji_hub
|
||||
|
||||
- name: make an empty /mnt/fedora_koji for stg.
|
||||
file: state=directory path=/mnt/fedora_koji/ owner=root group=root
|
||||
tags:
|
||||
- koji_hub
|
||||
when: env == "staging" and ansible_hostname.startswith('koji')
|
||||
|
||||
- name: make mnt/koji directory
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji owner=root group=root
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue