Skip to content

Commit

Permalink
early usma
Browse files Browse the repository at this point in the history
  • Loading branch information
strfry committed Oct 4, 2018
1 parent dc85244 commit d9a18c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions systemd/usermanager/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
name: user@{{ item }}
state: started
loop: "{{ users }}"

- command: ps aux
register: psaux
- debug: var=psaux
6 changes: 6 additions & 0 deletions tests/itedd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
shell: /bin/bash

roles:

- role: dresden-weekly.Rails/systemd/usermanager
users:
- "{{ app_user }}"
when: ansible_service_mgr == "systemd"

- dresden-weekly.Rails/postgresql

- dresden-weekly.Rails/ruby/rvm
Expand Down

0 comments on commit d9a18c4

Please sign in to comment.