Variable names

This commit is contained in:
Jason Rothstein 2022-06-05 22:04:22 -05:00
parent e9c254c148
commit ca44b445ef
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ firewall_list:
- permanent: 'yes' - permanent: 'yes'
service: 'https' service: 'https'
state: 'enabled' state: 'enabled'
permissions_list: permission_list:
- path: '/etc/httpd/md' - path: '/etc/httpd/md'
group: 'apache' group: 'apache'
owner: 'root' owner: 'root'

View File

@ -40,7 +40,7 @@ firewall_list:
- permanent: 'yes' - permanent: 'yes'
service: 'https' service: 'https'
state: 'enabled' state: 'enabled'
permissions_list: permission_list:
- path: '/etc/httpd/md' - path: '/etc/httpd/md'
group: 'apache' group: 'apache'
owner: 'root' owner: 'root'

View File

@ -40,7 +40,7 @@ firewall_list:
- permanent: 'yes' - permanent: 'yes'
service: 'https' service: 'https'
state: 'enabled' state: 'enabled'
permissions_list: permission_list:
- path: '/etc/httpd/md' - path: '/etc/httpd/md'
group: 'apache' group: 'apache'
owner: 'root' owner: 'root'