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:
Will Szumski 2018-10-23 10:57:44 +01:00
parent 207bcab1cf
commit f6bc698a38

View File

@ -20,7 +20,8 @@
### Firstly, some fact gathering.
# Start off by assuming the source interface is direct, unless proven
# otherwise.
- set_fact:
- name: Set initial value for source_type
set_fact:
source_type: direct
- name: Get source interface details