diff options
Diffstat (limited to 'roles/os_firewall')
-rw-r--r-- | roles/os_firewall/README.md | 2 | ||||
-rw-r--r-- | roles/os_firewall/meta/main.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/os_firewall/README.md b/roles/os_firewall/README.md index fe6318184..187d74b06 100644 --- a/roles/os_firewall/README.md +++ b/roles/os_firewall/README.md @@ -59,7 +59,7 @@ Use firewalld and open tcp port 443 and close previously open tcp port 80: License ------- -ASL 2.0 +Apache License, Version 2.0 Author Information ------------------ diff --git a/roles/os_firewall/meta/main.yml b/roles/os_firewall/meta/main.yml index e431f531c..7a8cef6c5 100644 --- a/roles/os_firewall/meta/main.yml +++ b/roles/os_firewall/meta/main.yml @@ -2,7 +2,7 @@ galaxy_info: author: Jason DeTiberus description: os_firewall company: Red Hat, Inc. - license: ASL 2.0 + license: Apache License, Version 2.0 min_ansible_version: 1.7 platforms: - name: EL |