We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739dbe0 commit 70a9364Copy full SHA for 70a9364
ansible/roles/openondemand/tasks/main.yml
@@ -140,7 +140,7 @@
140
path: /etc/ssh/ssh_known_hosts
141
create: true
142
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
+ marker: "# {mark} ANSIBLE MANAGED BLOCK: openondemand login host" # allows other tasks to use blockinfile on this file
144
owner: root
145
group: root
146
mode: o=rw,go=r
0 commit comments