|
@@ -12,7 +12,7 @@
|
|
|
notify: Nginx restarted
|
|
|
|
|
|
- name: Python binary linked
|
|
|
- file: src=/usr/local/bin/python3.8 dest=/usr/local/bin/python
|
|
|
+ file: src=/usr/local/bin/python3.8 dest=/usr/local/bin/python state=link
|
|
|
|
|
|
- name: WeeWX src folder exists
|
|
|
file:
|
|
@@ -99,7 +99,6 @@
|
|
|
chdir: /usr/local/src/weewx/weewx-4.5.1/bin
|
|
|
cmd: python3.8 wee_reports
|
|
|
|
|
|
-
|
|
|
- name: WeeWX started
|
|
|
service:
|
|
|
name: weewx
|