fix another typo
This commit is contained in:
parent
07db990c35
commit
76ee1db759
|
@ -62,7 +62,7 @@
|
||||||
- name: Configure cshrc blocks
|
- name: Configure cshrc blocks
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: "/home/{{ item.0.name }}/.cshrc"
|
path: "/home/{{ item.0.name }}/.cshrc"
|
||||||
content: "{{ item.1.conent }}"
|
content: "{{ item.1.content }}"
|
||||||
marker: "# {mark} ANSIBLE managed content. Block item #{{ listitem }}"
|
marker: "# {mark} ANSIBLE managed content. Block item #{{ listitem }}"
|
||||||
state: "{{ item.1.state | default('present')}}"
|
state: "{{ item.1.state | default('present')}}"
|
||||||
backup: yes
|
backup: yes
|
||||||
|
|
Loading…
Reference in a new issue