Skip to content

Commit b282530

Browse files
committed
Update verify.yml
1 parent 140f648 commit b282530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

molecule/distribution/verify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
ansible.builtin.uri:
2424
url: http://localhost
2525
status_code: 200
26-
when: ansible_facts['distribution'] != 'Alpine'
26+
when: ansible_facts['distribution'] not in ["Alpine", "SLES"]
2727

2828
- name: Verify NGINX is up and running
2929
ansible.builtin.uri:
@@ -35,4 +35,4 @@
3535
ansible.builtin.uri:
3636
url: http://localhost
3737
status_code: 503
38-
when: ansible_facts['distribution'] == 'Suse'
38+
when: ansible_facts['distribution'] == 'SLES'

0 commit comments

Comments
 (0)