From 846e9aba0ee2920d7ca6510287913b0f0de06336 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Fri, 18 Jan 2019 15:05:37 -0500 Subject: [PATCH] Adds admin tag back to ssh-key task --- roles/accounts/tasks/user.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/accounts/tasks/user.yml b/roles/accounts/tasks/user.yml index c3538d6..109c8a5 100644 --- a/roles/accounts/tasks/user.yml +++ b/roles/accounts/tasks/user.yml @@ -19,4 +19,6 @@ with_items: "{{ user.ssh_keys }}" loop_control: loop_var: ssk_key - when: user.ssh_keys is defined \ No newline at end of file + when: user.ssh_keys is defined + tags: + - admin \ No newline at end of file