summaryrefslogtreecommitdiff
path: root/ansible-practice/system/13_1-create-update-user-with-prompt.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible-practice/system/13_1-create-update-user-with-prompt.yml')
-rw-r--r--ansible-practice/system/13_1-create-update-user-with-prompt.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible-practice/system/13_1-create-update-user-with-prompt.yml b/ansible-practice/system/13_1-create-update-user-with-prompt.yml
index 7bd0760..5b16906 100644
--- a/ansible-practice/system/13_1-create-update-user-with-prompt.yml
+++ b/ansible-practice/system/13_1-create-update-user-with-prompt.yml
@@ -43,7 +43,7 @@
- name: remove users ssh keys
ansible.builtin.file:
- path: "{{ item.path }}"
+ path: "{{ item.path }}"
state: absent
with_items: "{{ ssh_keys.files }}"
tags: ['remove_ssh_files']