fix formatting error
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
- name: Check if docker config directory exists
|
- name: Check if docker config directory exists
|
||||||
stat:
|
stat:
|
||||||
path: /home/docker/qbittorrent
|
path: /home/docker/qbittorrent
|
||||||
register: wikmd_stat
|
register: grail_stat
|
||||||
|
|
||||||
- name: Restore docker config Dir
|
- name: Restore docker config Dir
|
||||||
shell: |
|
shell: |
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
args:
|
args:
|
||||||
chdir: /home/docker
|
chdir: /home/docker
|
||||||
creates: /home/docker/qbitorrent
|
creates: /home/docker/qbitorrent
|
||||||
when: not wikmd_stat.stat.exists or not wikmd_stat.stat.isdir
|
when: not grail_stat.stat.exists or not grail_stat.stat.isdir
|
||||||
|
|
||||||
- name: Reload systemd daemon
|
- name: Reload systemd daemon
|
||||||
systemd:
|
systemd:
|
||||||
|
|||||||
Reference in New Issue
Block a user