mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +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
|
- name: Check the system
|
||||||
raw: uname -a
|
raw: uname -a
|
||||||
register: OS
|
register: OS
|
||||||
|
tags:
|
||||||
|
- update-users
|
||||||
|
|
||||||
- include_tasks: ubuntu.yml
|
- include_tasks: ubuntu.yml
|
||||||
when: '"Ubuntu" in OS.stdout or "Linux" in OS.stdout'
|
when: '"Ubuntu" in OS.stdout or "Linux" in OS.stdout'
|
||||||
|
|
Loading…
Add table
Reference in a new issue