[copr][dist-git] re-order tasks
This commit is contained in:
parent
ad5c0044b9
commit
56491afe27
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
- include: "mount_fs.yml"
|
- include: "mount_fs.yml"
|
||||||
|
|
||||||
- name: ensure git storage path exists
|
|
||||||
file: path="/var/lib/dist-git/git" state=directory group=packager mode=0775
|
|
||||||
#- file: path="/var/lib/dist-git/git/pkgs-git-repos-list" state=file group=packager
|
|
||||||
# - file: path="/var/lib/dist-git/git/rpms/" state=directory group=packager
|
|
||||||
|
|
||||||
- copy: src="dist-git-epel-7.repo" dest="/etc/yum.repos.d/"
|
- copy: src="dist-git-epel-7.repo" dest="/etc/yum.repos.d/"
|
||||||
|
|
||||||
|
@ -16,6 +12,11 @@
|
||||||
- dist-git-selinux
|
- dist-git-selinux
|
||||||
- copr-dist-git
|
- copr-dist-git
|
||||||
|
|
||||||
|
- name: ensure git storage path exists
|
||||||
|
file: path="/var/lib/dist-git/git" state=directory group=packager mode=0775
|
||||||
|
#- file: path="/var/lib/dist-git/git/pkgs-git-repos-list" state=file group=packager
|
||||||
|
# - file: path="/var/lib/dist-git/git/rpms/" state=directory group=packager
|
||||||
|
|
||||||
- name: install packages which should be added as requirements
|
- name: install packages which should be added as requirements
|
||||||
yum: state=present name={{ item }}
|
yum: state=present name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue