Correct indentation of the code in the example (#61622) (#61727)

pull/61743/head
Wojciech Sciesinski 6 years ago committed by Alicia Cozine
parent ec50e1191f
commit d70b4f6665

@ -15,11 +15,11 @@ Blocks allow for logical grouping of tasks and in play error handling. Most of w
block:
- name: install httpd and memcached
yum:
name: "{{ item }}"
state: present
loop:
name:
- httpd
- memcached
state: present
- name: apply the foo config template
template:
src: templates/src.j2

Loading…
Cancel
Save