Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
9e81f03939
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      playbooks/mpdb.yaml
  2. +2
    -2
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdb.yaml View File

@@ -83,6 +83,6 @@
ansible.builtin.service:
name: mpd
state: restarted
- name: ssfs
- name: sshfs
ansible.builtin.import_playbook: sshfs.yaml


+ 2
- 2
playbooks/mpdf.yaml View File

@@ -132,6 +132,6 @@
ansible.builtin.service:
name: mpd
state: restarted
#- name: davfs
# ansible.builtin.import_playbook: davfs.yaml
- name: sshfs
ansible.builtin.import_playbook: sshfs.yaml


Loading…
Cancel
Save