Add dependency to yavdr-remote role for autoinstall-atric-usb

This commit is contained in:
Alexander Grothe 2018-01-01 22:53:47 +01:00
parent 4c96c0a128
commit 2c08b97090
2 changed files with 4 additions and 1 deletions

View File

@ -3534,7 +3534,7 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
#+END_SRC
** autoinstall-atric-usb
*** dependencies
#+BEGIN_SRC yaml :tange roles/autoinstall-atric-usb/meta/main.yml :padline no
#+BEGIN_SRC yaml :tangle roles/autoinstall-atric-usb/meta/main.yml :padline no
---
dependencies:
- { role: yavdr-remote }

View File

@ -0,0 +1,3 @@
---
dependencies:
- { role: yavdr-remote }