Skip to content

Commit 08685ad

Browse files
committed
Merge branch 'master' into devel
2 parents a0991ec + e35cead commit 08685ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/asserts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- name: Check distribution compatibility
55
fail:
66
msg: "{{ ansible_distribution }} is not supported by this role"
7-
when: ansible_distribution not in ['RedHat', 'CentOS', 'Fedora', 'Debian', 'Ubuntu', 'Archlinux']
7+
when: ansible_distribution not in ['RedHat', 'CentOS', 'Fedora', 'Debian', 'Ubuntu', 'Archlinux', 'Amazon']
88

99
- name: Fail if not a new release of Red Hat / CentOS
1010
fail:

0 commit comments

Comments
 (0)