Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
strfry committed Oct 4, 2018
1 parent e67d26f commit 6923558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/usermanager/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


- name: Check for systemd user session
shell: 'ps aux | grep "systemd --user"'
shell: 'ps aux | grep "systemd --user" | grep -v grep'
register: bar
failed_when: bar.stdout == ""

Expand Down

0 comments on commit 6923558

Please sign in to comment.