Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 3, 2024
1 parent febf659 commit d387e33
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@
ansible.builtin.include_role:
name: andrewrothstein.terraform

- name: Reverse Proxy
hosts: web
become: true
gather_facts: true
roles:
- role: nginx
tags: [nginx]

- name: Semaphore in Systemd
hosts: semaphore
become: true
Expand Down Expand Up @@ -108,3 +100,12 @@
- role: api
tags:
- api

- name: Reverse Proxy
hosts: web
become: true
gather_facts: true
roles:
- role: nginx
tags: [nginx]

0 comments on commit d387e33

Please sign in to comment.