Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-common
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
only do fastd and babeld if netifs are defined
master
Markus Katharina Brechtel
7 anni fa
parent
5f1f3caf0f
commit
c5326bdc42
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
meta/main.yml
+ 2
- 0
meta/main.yml
Vedi 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