blob: f0242614979132f199c01a0a0970e5ea64fe60c0 [file] [log] [blame]
Kailash Khalasiab480912017-03-20 13:14:51 -07001#xos-postgres tests
2
3- name: Check PSQL Service
4 shell: service postgresql status | grep "{{ item }}"
5 register: result
6 until: result | success
7 retries: 10
8 delay: 5
9 with_items:
10 - 9.3/main
11 - port 5432
12 - online
13 tags:
14 - skip_ansible_lint # running a sub job