fix variable name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-11-04 00:48:25 +01:00
parent 45329e0b31
commit 07ceca9e63
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
user: "{{ item.name }}"
key: "{{ item.key }}"
state: present
loop: "{{ users_users }}"
loop: "{{ users_default_users }}"
loop_control:
label: "{{ item.name }}"
when: item.key is defined