tls related tasks need the user to be set (#28977)

This commit is contained in:
Emmanuel Cazenave 2018-12-13 14:53:56 +01:00
parent 41629ae276
commit 5b71f4f638
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
register: username
tags:
- theme
- tls
- name: set user variable
set_fact:
@ -12,3 +13,4 @@
when: user == 'your_user_name'
tags:
- theme
- tls