Add dependency to collect-facts
This commit is contained in:
parent
dacbabee0e
commit
c53470f2fe
37
Manual.org
37
Manual.org
@ -3591,6 +3591,7 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
|
|||||||
#+BEGIN_SRC yaml :tangle roles/autoinstall-atric-usb/meta/main.yml :padline no
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-atric-usb/meta/main.yml :padline no
|
||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
||||||
- { role: yavdr-remote }
|
- { role: yavdr-remote }
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@ -3809,6 +3810,14 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-satip
|
|||||||
notify: [ 'Restart VDR' ]
|
notify: [ 'Restart VDR' ]
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** autoinstall-firmware
|
** autoinstall-firmware
|
||||||
|
*** dependencies
|
||||||
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-firmware/meta/main.yml :padline no
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
|
*** tasks
|
||||||
#+BEGIN_SRC yaml :tangle roles/autoinstall-firmware/tasks/main.yml :padline no
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-firmware/tasks/main.yml :padline no
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -3829,12 +3838,26 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-satip
|
|||||||
when: '"2040:1605" in usb'
|
when: '"2040:1605" in usb'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** autoinstall-dvbsky-firmware
|
** autoinstall-dvbsky-firmware
|
||||||
|
*** dependencies
|
||||||
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-dvbsky-firmware/meta/main.yml :padline no
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
*** defaults
|
*** defaults
|
||||||
#+INCLUDE: "roles/autoinstall-dvbsky-firmware/defaults/main.yml" src yaml
|
#+INCLUDE: "roles/autoinstall-dvbsky-firmware/defaults/main.yml" src yaml
|
||||||
*** tasks
|
*** tasks
|
||||||
#+INCLUDE: "roles/autoinstall-dvbsky-firmware/tasks/main.yml" src yaml
|
#+INCLUDE: "roles/autoinstall-dvbsky-firmware/tasks/main.yml" src yaml
|
||||||
** TODO autoinstall-dvbhddevice
|
** TODO autoinstall-dvbhddevice
|
||||||
Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware sollte in yavdr-firmware stecken
|
Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware sollte in yavdr-firmware stecken
|
||||||
|
*** dependencies
|
||||||
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-dvbhddevice/meta/main.yml :padline no
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
*** tasks
|
*** tasks
|
||||||
#+BEGIN_SRC yaml :tangle roles/autoinstall-dvbhddevice/tasks/main.yml :padline no
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-dvbhddevice/tasks/main.yml :padline no
|
||||||
---
|
---
|
||||||
@ -3848,6 +3871,13 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** autoinstall-dvbsddevice
|
** autoinstall-dvbsddevice
|
||||||
|
*** dependencies
|
||||||
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-dvbsddevice/meta/main.yml :padline no
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
*** tasks
|
*** tasks
|
||||||
#+BEGIN_SRC yaml :tangle roles/autoinstall-dvbsddevice/tasks/main.yml :padline no
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-dvbsddevice/tasks/main.yml :padline no
|
||||||
---
|
---
|
||||||
@ -3862,6 +3892,13 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
|
|||||||
notify: [ 'Restart VDR' ]
|
notify: [ 'Restart VDR' ]
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** autoinstall-hardware-irmp
|
** autoinstall-hardware-irmp
|
||||||
|
*** dependencies
|
||||||
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-hardware-irmp/meta/main.yml :padline no
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
*** tasks
|
*** tasks
|
||||||
#+BEGIN_SRC yaml :tangle roles/autoinstall-hardware-irmp/tasks/main.yml :padline no
|
#+BEGIN_SRC yaml :tangle roles/autoinstall-hardware-irmp/tasks/main.yml :padline no
|
||||||
---
|
---
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
||||||
- { role: yavdr-remote }
|
- { role: yavdr-remote }
|
||||||
|
3
roles/autoinstall-dvbhddevice/meta/main.yml
Normal file
3
roles/autoinstall-dvbhddevice/meta/main.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
3
roles/autoinstall-dvbsddevice/meta/main.yml
Normal file
3
roles/autoinstall-dvbsddevice/meta/main.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
3
roles/autoinstall-dvbsky-firmware/meta/main.yml
Normal file
3
roles/autoinstall-dvbsky-firmware/meta/main.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
3
roles/autoinstall-firmware/meta/main.yml
Normal file
3
roles/autoinstall-firmware/meta/main.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- { role: collect-facts }
|
Loading…
Reference in New Issue
Block a user