Skip to content

Commit

Permalink
[debops.tinyproxy] Reorder roles in playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Oct 5, 2019
1 parent 374815e commit ccc40ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/playbooks/service/tinyproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
etc_services__dependent_list:
- '{{ tinyproxy__etc_services__dependent_list }}'

- role: debops.tinyproxy
tags: [ 'role::tinyproxy', 'skip::tinyproxy' ]

- role: debops.ferm
tags: [ 'role::ferm', 'skip::ferm' ]
ferm__dependent_rules:
- '{{ tinyproxy__ferm__dependent_rules }}'

- role: debops.tinyproxy
tags: [ 'role::tinyproxy', 'skip::tinyproxy' ]

0 comments on commit ccc40ee

Please sign in to comment.