Fix lint warning concerning task names
``` [502] All tasks should be named /home/will/code/tenks/ansible/physical_network.yml:23 Task/Handler: set_fact source_type=direct __line__=24 __file__=/home/will/code/tenks/ansible/physical_network.yml ``` TrivialFix Change-Id: I5d80f7a4aa8d050d88234aa1e8c20e5118cc8d33
This commit is contained in:
parent
207bcab1cf
commit
f6bc698a38
@ -20,7 +20,8 @@
|
|||||||
### Firstly, some fact gathering.
|
### Firstly, some fact gathering.
|
||||||
# Start off by assuming the source interface is direct, unless proven
|
# Start off by assuming the source interface is direct, unless proven
|
||||||
# otherwise.
|
# otherwise.
|
||||||
- set_fact:
|
- name: Set initial value for source_type
|
||||||
|
set_fact:
|
||||||
source_type: direct
|
source_type: direct
|
||||||
|
|
||||||
- name: Get source interface details
|
- name: Get source interface details
|
||||||
|
Loading…
x
Reference in New Issue
Block a user