Fix syntax error with file module usage.

This commit is contained in:
Jeff Geerling
2021-01-19 11:02:58 -06:00
parent 0ba7078e8c
commit 56ba6ad847
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
- name: Enable classic snap support.
file:
source: /var/lib/snapd/snap
src: /var/lib/snapd/snap
dest: /snap
state: link
@@ -22,6 +22,6 @@
- name: Symlink certbot into place.
file:
source: /snap/bin/certbot
src: /snap/bin/certbot
dest: /usr/bin/certbot
state: link