Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Rey committed Jul 9, 2019
1 parent 2ef353e commit 654d061
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion manala.proftpd/tests/0200_configs.goss.yml
Expand Up @@ -39,4 +39,3 @@ service:
proftpd:
enabled: true
running: true

2 changes: 1 addition & 1 deletion manala.varnish/meta/main.yml
Expand Up @@ -3,7 +3,7 @@
dependencies: []

galaxy_info:

role_name: varnish
author: Manala
company: Manala
Expand Down
2 changes: 1 addition & 1 deletion manala.varnish/tasks/configs.yml
Expand Up @@ -2,7 +2,7 @@

- name: configs > Templates
template:
src: "{{ item.template|default(manala_varnish_configs_template|ternary(manala_varnish_configs_template, 'configs/default.j2') )}}"
src: "{{ item.template|default(manala_varnish_configs_template|ternary(manala_varnish_configs_template, 'configs/default.j2')) }}"
dest: "{{ manala_varnish_configs_dir }}/{{ item.file }}"
with_items: "{{ manala_varnish_configs }}"
notify:
Expand Down

0 comments on commit 654d061

Please sign in to comment.