diff --git a/meta/main.yml b/meta/main.yml index f2e36c8..74c4c25 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,7 @@ --- galaxy_info: - author: Juan Diego Romero González + author: jadbaz description: Installs Wildfly's application runtime license: BSD min_ansible_version: 2.2 diff --git a/tasks/configure.yml b/tasks/configure.yml index 1579d25..5773adf 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -74,7 +74,7 @@ permanent: yes immediate: yes state: enabled - when: ansible_distribution_version|version_compare(7, '=') and wildfly_manage_firewall + when: ansible_distribution_major_version is version('7', '=') and wildfly_manage_firewall - meta: flush_handlers