Skip to content
Snippets Groups Projects
Commit deb6cf4a authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent b20d183e
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
- redirect-ssl - redirect-ssl
- other-vhosts-access-log - other-vhosts-access-log
notify: notify:
- "Restart Apache" - Restart Apache
tags: tags:
- ApacheConfig - ApacheConfig
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
src: '{{inventory_dir}}/files/ssl/{{item.1.file}}' src: '{{inventory_dir}}/files/ssl/{{item.1.file}}'
dest: /etc/ssl/private dest: /etc/ssl/private
with_subelements: with_subelements:
- {{ apache_certificates }} - '{{( apache_certificates }})'
- certs - certs
notify: notify:
- Restart Apache - Restart Apache
...@@ -108,8 +108,8 @@ ...@@ -108,8 +108,8 @@
mode: 0644 mode: 0644
when: apache_server_default == "yes" when: apache_server_default == "yes"
notify: notify:
- "Restart Apache" - Restart Apache
- "Checkout htdocs for default" - Checkout htdocs for default
- name: Configuration file for default ssl site - name: Configuration file for default ssl site
template: template:
...@@ -120,8 +120,8 @@ ...@@ -120,8 +120,8 @@
mode: 0644 mode: 0644
when: apache_server_default_ssl == "yes" when: apache_server_default_ssl == "yes"
notify: notify:
- "Restart Apache" - Restart Apache
- "Checkout htdocs for default" - Checkout htdocs for default
- name: Configuration file for our site(s) - name: Configuration file for our site(s)
template: template:
...@@ -132,8 +132,8 @@ ...@@ -132,8 +132,8 @@
mode: 0644 mode: 0644
with_items: '{{ apache_server_defs }}' with_items: '{{ apache_server_defs }}'
notify: notify:
- "Restart Apache" - Restart Apache
- "Checkout htdocs for our site(s)" - Checkout htdocs for our site(s)
- name: Disable the default site - name: Disable the default site
command: a2dissite {{ item }} command: a2dissite {{ item }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment