Skip to content

Commit 70a9364

Browse files
authored
Fix typo
1 parent 739dbe0 commit 70a9364

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/openondemand/tasks

1 file changed

+1
-1
lines changed

ansible/roles/openondemand/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
path: /etc/ssh/ssh_known_hosts
141141
create: true
142142
block: "{{ _openondemand_login_key.stdout_lines | sort | join('\n') }}"
143-
marker: "# {mark} ANSIBLE MANGED BLOCK: openondemand login host" # allows other tasks to use blockinfile on this file
143+
marker: "# {mark} ANSIBLE MANAGED BLOCK: openondemand login host" # allows other tasks to use blockinfile on this file
144144
owner: root
145145
group: root
146146
mode: o=rw,go=r

0 commit comments

Comments
 (0)