소스 검색

working on changes, and debugging

master
Erin Sims 2 년 전
부모
커밋
cdbc93e7aa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      playbooks/sshfs.yaml

+ 2
- 2
playbooks/sshfs.yaml 파일 보기

@@ -54,10 +54,10 @@
loop: "{{ share }}"
notify:
- SSHFS
- name: setup service sshfs
- name: setup mount sshfs
template:
src: ./sshfs.mount.j2
dest: "/usr/lib/systemd/system/sshfs-{{ item }}.service"
dest: "/usr/lib/systemd/system/sshfs-{{ item }}.mount"
mode: 0644
owner: root
group: root


불러오는 중...
취소
저장