forked from rc/classroom
Update dependencies for OUI, add matplotlib
This commit is contained in:
parent
33496e4eec
commit
8c5b9d97a7
4 changed files with 17 additions and 2 deletions
4
roles/matplotlib/tasks/main.yml
Normal file
4
roles/matplotlib/tasks/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- import_tasks: main_win.yml
|
||||
when: ansible_os_family == 'Windows'
|
||||
- import_tasks: main_lin.yml
|
||||
when: ansible_os_family == 'Debian'
|
Loading…
Add table
Add a link
Reference in a new issue