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: block:
- name: install httpd and memcached - name: install httpd and memcached
yum: yum:
name: "{{ item }}" name:
state: present
loop:
- httpd - httpd
- memcached - memcached
state: present
- name: apply the foo config template - name: apply the foo config template
template: template:
src: templates/src.j2 src: templates/src.j2

Loading…
Cancel
Save