ssh: Set the correct sftp paths

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-02-27 17:43:29 +01:00
parent 35f1f7154a
commit c5d32b0788
5 changed files with 6 additions and 2 deletions

View File

@@ -9,14 +9,14 @@
---
- hosts: ubuntu
remote_user: provision
remote_user: ansible
become: true
roles:
- base
# Clean up the system
- hosts: ubuntu
remote_user: provision
remote_user: ansible
become: true
tasks:
- name: cleanup package cache (debian and ubuntu)