Re: [ansible-project] why handers sub topic is not indented same like tasks or vars

2017-08-18 Thread Kai Stian Olstad
On 16. aug. 2017 20:03, Sameer Modak wrote: How understand and practice correct way of yml or indentation, so confusing - hosts: webservers vars: http_port: 80 max_clients: 200 remote_user: root tasks: - name: ensure apache is at the latest version > here no extra spaces l

[ansible-project] why handers sub topic is not indented same like tasks or vars

2017-08-16 Thread Sameer Modak
How understand and practice correct way of yml or indentation, so confusing - hosts: webservers vars: http_port: 80 max_clients: 200 remote_user: root tasks: - name: ensure apache is at the latest version > here no extra spaces like in handlers tag yum: name=httpd state=