summaryrefslogtreecommitdiff
path: root/ansible-practice/system/13_1-create-update-user-with-prompt.yml
diff options
context:
space:
mode:
authorboom2 <blizzack@blizzack.com>2023-12-21 15:15:38 -0500
committerboom2 <blizzack@blizzack.com>2023-12-21 15:15:38 -0500
commita21b2f4bb64bd0f633d8a6a15f27a73103df70c0 (patch)
treea3f093905df3a0998c9652358f6983f3f6c3b9ca /ansible-practice/system/13_1-create-update-user-with-prompt.yml
parent9eae5e5a38469526142fa1e26756f1cd388be66d (diff)
- add slackware playbooks
-- conditional checks on slackware release verison -- rsync sbopkg
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']