Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Change creation comment for user and group
Browse files Browse the repository at this point in the history
To better explain where the user is created from I've updated the comment to
mention goetzk.shinken instead of just 'ansible-shinken'.
  • Loading branch information
goetzk committed Apr 17, 2017
1 parent 917aa9f commit 94bcb1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/prepare-for-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
- name: Create shinken group
user:
name: shinken
comment: Created by goetzk.shinken role
system: yes

- name: Create shinken user
user:
name: shinken
comment: Created by ansible-shinken
comment: Created by goetzk.shinken role
group: shinken
system: yes

Expand Down

0 comments on commit 94bcb1e

Please sign in to comment.