Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Nov 13, 2022
1 parent fbc3a33 commit 86d1f90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
- ansible.builtin.import_tasks: setup.yml
- name: Install Caddy
ansible.builtin.import_tasks: setup.yml
tags: caddy.setup

- ansible.builtin.include_tasks: vhosts.yml
- name: Configure Caddy
ansible.builtin.include_tasks: vhosts.yml
tags: caddy.vhosts
vars:
vhost: "{{ caddy_vhost_defaults | combine(vhost_) }}"
Expand Down

0 comments on commit 86d1f90

Please sign in to comment.