mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
fix OS is undefined error (#1335)
This commit is contained in:
parent
ec56203b87
commit
5e5424df69
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
- name: Check the system
|
||||
raw: uname -a
|
||||
register: OS
|
||||
tags:
|
||||
- update-users
|
||||
|
||||
- include_tasks: ubuntu.yml
|
||||
when: '"Ubuntu" in OS.stdout or "Linux" in OS.stdout'
|
||||
|
|
Loading…
Add table
Reference in a new issue