role service-yanic: set fact so other roles can check if yanic is availible

This commit is contained in:
Julian Labus 2018-09-14 12:58:44 +02:00
parent d785c62eab
commit c6277df3b7
No known key found for this signature in database
GPG key ID: 8AF209F2C6B3572A

View file

@ -1,4 +1,8 @@
---
- name: set facts about Yanic
set_fact:
yanic_present: yes
- name: create Yanic system user
user:
name: "{{ yanic_user }}"