mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
"when: not installing" redundant...comment or remove!?
This commit is contained in:
parent
a2ab1b79cc
commit
82862c4dd0
1 changed files with 4 additions and 3 deletions
|
@ -93,7 +93,8 @@
|
|||
#### Start network layout
|
||||
- name: Redhat networking
|
||||
include_tasks: ifcfg_mods.yml
|
||||
when: is_redhat and not installing
|
||||
when: is_redhat
|
||||
#and not installing
|
||||
tags:
|
||||
- network
|
||||
|
||||
|
@ -132,7 +133,7 @@
|
|||
regexp: '^IIAB_WAN_DEVICE=*'
|
||||
line: 'IIAB_WAN_DEVICE="{{ iiab_wan_iface }}"'
|
||||
state: present
|
||||
when: not installing
|
||||
when: not installing #REMOVE THIS LINE IF installing IS ALWAYS false AS SET IN roles/0-init/defaults/main.yml
|
||||
tags:
|
||||
- network
|
||||
|
||||
|
@ -142,7 +143,7 @@
|
|||
regexp: '^IIAB_LAN_DEVICE=*'
|
||||
line: 'IIAB_LAN_DEVICE="{{ iiab_lan_iface }}"'
|
||||
state: present
|
||||
when: not installing
|
||||
when: not installing #REMOVE THIS LINE IF installing IS ALWAYS false AS SET IN roles/0-init/defaults/main.yml
|
||||
tags:
|
||||
- network
|
||||
|
||||
|
|
Loading…
Reference in a new issue