bodhi2: Change the ordering of some tasks

This commit is contained in:
Luke Macken 2015-07-22 18:55:54 +00:00
parent 0975ccf7db
commit 329340c8cf

View file

@ -11,13 +11,6 @@
- name: add the ftpsync update-fullfilelist script
copy: src=update-fullfilelist dest=/usr/local/bin/update-fullfilelist owner=ftpsync group=ftpsync mode=555
- name: add masher group
group: name=masher gid=751 system=yes state=present
# masher user 751
- name: add masher user as 751 - and group
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync
- name: install needed packages
yum: pkg={{ item }} state=present
with_items:
@ -27,6 +20,13 @@
tags:
- packages
- name: add masher group
group: name=masher gid=751 system=yes state=present
# masher user 751
- name: add masher user as 751 - and group
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync
- name: install bodhi-masher /etc/httpd/conf.d/bodhi.conf file
copy: >
src="bodhi-masher.conf"