fix OS is undefined error (#1335)

This commit is contained in:
Demian 2019-02-26 12:19:34 +01:00 committed by Jack Ivanov
parent ec56203b87
commit 5e5424df69

View file

@ -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'