Add compatibility with Ubuntu
This commit is contained in:
parent
3c5e7d6b45
commit
6a06ecc6f4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
tags:
|
||||
- pkg
|
||||
- import_tasks: "pkg_Debian.yml"
|
||||
when: ansible_distribution == 'Debian'
|
||||
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
|
||||
tags:
|
||||
- pkg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue