Add dirs.
This commit is contained in:
parent
efa3078104
commit
2798e5d55a
1 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,15 @@
|
|||
- /pub/fedora
|
||||
- /pub/epel
|
||||
|
||||
- name: make a bunch of dirs
|
||||
file: state=directory path={{ item }} owner=apache group=apache
|
||||
with_items:
|
||||
- /mnt/koji/packages
|
||||
- /mnt/koji/repos
|
||||
- /mnt/koji/work
|
||||
- /mnt/koji/scratch
|
||||
when: env == 'staging'
|
||||
|
||||
- name: add pkgs
|
||||
yum: state=installed pkg={{ item }}
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue