From a21b2f4bb64bd0f633d8a6a15f27a73103df70c0 Mon Sep 17 00:00:00 2001 From: boom2 Date: Thu, 21 Dec 2023 15:15:38 -0500 Subject: - add slackware playbooks -- conditional checks on slackware release verison -- rsync sbopkg --- ansible-practice/system/13_1-create-update-user-with-prompt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible-practice/system/13_1-create-update-user-with-prompt.yml') 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'] -- cgit v1.2.3-54-g00ecf