We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0991ec + e35cead commit 08685adCopy full SHA for 08685ad
tasks/asserts.yml
@@ -4,7 +4,7 @@
4
- name: Check distribution compatibility
5
fail:
6
msg: "{{ ansible_distribution }} is not supported by this role"
7
- when: ansible_distribution not in ['RedHat', 'CentOS', 'Fedora', 'Debian', 'Ubuntu', 'Archlinux']
+ when: ansible_distribution not in ['RedHat', 'CentOS', 'Fedora', 'Debian', 'Ubuntu', 'Archlinux', 'Amazon']
8
9
- name: Fail if not a new release of Red Hat / CentOS
10
0 commit comments