[dopr] create user without group; idempotent dnf copr enable call

This commit is contained in:
Valentin Gologuzov 2015-06-11 12:38:10 +02:00
parent 6457b76675
commit 0edacdde25

View file

@ -10,7 +10,12 @@
- packages
- name: enable our copr
shell: "dnf copr enable -y msuchy/copr"
command: "dnf copr enable -y msuchy/copr"
args:
creates: "/etc/yum.repos.d/_copr_msuchy-copr.repo"
- name: create cdic user
user: name="cdic"
- name: install dopr specific packages
yum: state=present pkg={{ item }}
@ -26,9 +31,6 @@
- python3-psycopg2
- phantomjs
- name: create cdic user
user: name="cdic" group="cdic"
- name: git clone casperjs
git: repo=git://github.com/n1k0/casperjs.git
dest=/opt/