Skip to content
Snippets Groups Projects
Verified Commit 5b3137ed authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

remove redundant message

parent 792efa95
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,10 @@
password_lock: yes # Login with SSH key only
shell: "{{ item.shell }}"
register: user_output
with_items: "{{goat_users}}"
with_items: "{{ goat_users }}"
- name: Add SSH key to user for logging in
ansible.posix.authorized_key:
user: "{{ item.username }}"
key: "{{ item.ssh_key }}"
with_items: "{{goat_users}}"
- name: Create new VM for development
ansible.builtin.debug:
msg: "Now, provision a new VM using Terraform"
with_items: "{{ goat_users }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment