Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
7dd057532f
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      playbooks/sshfs.yaml

+ 4
- 4
playbooks/sshfs.yaml View File

@@ -1,10 +1,10 @@
---
- hosts: mpdb
tasks:
- name: add sshfs user
user: sshfs
name: sshfs
- name: sshfs
ansible.builtin.user:
name: ssfs
- name: SSHFS
import_role:
name: ansible_sshfs


Loading…
Cancel
Save