This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-common
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
only do fastd and babeld if netifs are defined
master
Markus Katharina Brechtel
7 years ago
parent
5f1f3caf0f
commit
c5326bdc42
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
meta/main.yml
+ 2
- 0
meta/main.yml
View File
@@ -22,4 +22,6 @@ dependencies:
- name: netif
- name: network_interfaces
- name: fastd
when: ( netif | json_query("*|[?type=='fastd']") | length ) > 0
- name: babeld
when: ( netif | json_query("*|[?babeld==true]") | length ) > 0