Skip to content

Commit

Permalink
issue #65 - reconfigure order : laggs -> vlans -> interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed May 3, 2024
1 parent ba1a535 commit d8a6563
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@
tags:
- always

- name: interfaces
- name: laggs
tags:
- always
ansible.builtin.include_tasks:
file: interfaces.yml
file: laggs.yml
apply:
tags:
- interfaces
- interface
- laggs
- lagg

- name: vlans
tags:
Expand All @@ -128,6 +128,16 @@
- vlan
when: opn_interfaces_vlan_parent_interface is defined

- name: interfaces
tags:
- always
ansible.builtin.include_tasks:
file: interfaces.yml
apply:
tags:
- interfaces
- interface

- name: bridges
tags:
- always
Expand Down Expand Up @@ -234,16 +244,6 @@
apply:
tags: nat

- name: laggs
tags:
- always
ansible.builtin.include_tasks:
file: laggs.yml
apply:
tags:
- laggs
- lagg

- name: haproxy
tags:
- always
Expand Down

0 comments on commit d8a6563

Please sign in to comment.