mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #1302 from georgejhunt/debian9.6
debian does not install sudo by default, and iiab-admin was moved bef…
This commit is contained in:
commit
a07c28593c
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
|
||||
- name: Install uuid-runtime package (debuntu)
|
||||
package:
|
||||
name: uuid-runtime
|
||||
name:
|
||||
- uuid-runtime
|
||||
- sudo
|
||||
state: present
|
||||
when: is_debuntu
|
||||
|
||||
|
|
Loading…
Reference in a new issue