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

Commit e143477

Browse files
committed
Fix the comment
Since the script is gonna move to more than middleman, let's remove mention of it.
1 parent 36f5817 commit e143477

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)