Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit eeffc48

Browse files
authored
Merge pull request #2 from mscherer/fix_comment
Fix the comment
2 parents 36f5817 + e143477 commit eeffc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- name: Create {{ builder_username }} to build
4141
user:
4242
name: "{{ builder_username }}"
43-
comment: "Middleman builder user"
43+
comment: "Static builder user"
4444
generate_ssh_key: yes
4545
home: "/srv/builder"
4646
ssh_key_file: "/srv/builder/.ssh/{{ name }}_id.rsa"

0 commit comments

Comments
 (0)