[dopr] create user without group; idempotent dnf copr enable
call
This commit is contained in:
parent
6457b76675
commit
0edacdde25
1 changed files with 6 additions and 4 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue