openqa: drop some unnecessary indentation

This commit is contained in:
Adam Williamson 2015-11-12 16:22:18 -08:00
parent d6070b9081
commit b86fcfc054

View file

@ -135,10 +135,10 @@
service: name={{ item }} enabled=yes state=started
register: services
with_items:
- openqa-scheduler
- openqa-webui
- openqa-websockets
- openqa-gru
- openqa-scheduler
- openqa-webui
- openqa-websockets
- openqa-gru
- name: Check if SELinux policy is set
shell: "getsebool httpd_can_network_connect"