Adds admin tag back to ssh-key task

This commit is contained in:
Patrick Marchand 2019-01-18 15:05:37 -05:00
parent 77269a2c3f
commit 846e9aba0e

View file

@ -19,4 +19,6 @@
with_items: "{{ user.ssh_keys }}"
loop_control:
loop_var: ssk_key
when: user.ssh_keys is defined
when: user.ssh_keys is defined
tags:
- admin