浏览代码

working on changes, and debugging

master
Erin Sims 2 年前
父节点
当前提交
730e076723
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/ansible_sshfs/tasks/main.yml

+ 1
- 1
roles/ansible_sshfs/tasks/main.yml 查看文件

@@ -1,7 +1,7 @@
---

- name: Install SSHFS
apt: pkg=sshfs state=installed update_cache=true
apt: pkg=sshfs state=latest update_cache=true
become: yes

- name: Unmount (fusermount) Media Directory


正在加载...
取消
保存