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