|
@@ -30,7 +30,7 @@
|
|
|
|
|
|
- name: WeeWX source unpacked
|
|
- name: WeeWX source unpacked
|
|
unarchive:
|
|
unarchive:
|
|
- src: https://weewx.com/downloads/weewx-4.5.1.tar.gz
|
|
|
|
|
|
+ src: https://weewx.com/downloads/weewx-4.6.2.tar.gz
|
|
dest: /usr/local/src/weewx
|
|
dest: /usr/local/src/weewx
|
|
remote_src: yes
|
|
remote_src: yes
|
|
|
|
|
|
@@ -41,17 +41,17 @@
|
|
|
|
|
|
- name: WeeWX GW1000 driver installed
|
|
- name: WeeWX GW1000 driver installed
|
|
shell:
|
|
shell:
|
|
- chdir: /usr/local/src/weewx/weewx-4.5.1/bin
|
|
|
|
|
|
+ chdir: /usr/local/src/weewx/weewx-4.6.2/bin
|
|
cmd: python3.8 wee_extension --install=/usr/local/src/weewx/gw1000-0.2.0.tar.gz
|
|
cmd: python3.8 wee_extension --install=/usr/local/src/weewx/gw1000-0.2.0.tar.gz
|
|
|
|
|
|
- name: WeeWX built
|
|
- name: WeeWX built
|
|
shell: python3.8 ./setup.py build
|
|
shell: python3.8 ./setup.py build
|
|
args:
|
|
args:
|
|
- chdir: /usr/local/src/weewx/weewx-4.5.1
|
|
|
|
|
|
+ chdir: /usr/local/src/weewx/weewx-4.6.2
|
|
|
|
|
|
- name: WeeWX skin files copied
|
|
- name: WeeWX skin files copied
|
|
ansible.builtin.copy:
|
|
ansible.builtin.copy:
|
|
- src: /usr/local/src/weewx/weewx-4.5.1/skins
|
|
|
|
|
|
+ src: /usr/local/src/weewx/weewx-4.6.2/skins
|
|
dest: /var/weewx/
|
|
dest: /var/weewx/
|
|
remote_src: yes
|
|
remote_src: yes
|
|
|
|
|
|
@@ -66,7 +66,7 @@
|
|
- name: WeeWX historygenerator installed
|
|
- name: WeeWX historygenerator installed
|
|
ansible.builtin.copy:
|
|
ansible.builtin.copy:
|
|
src: historygenerator.py
|
|
src: historygenerator.py
|
|
- dest: /usr/local/src/weewx/weewx-4.5.1/bin/user/
|
|
|
|
|
|
+ dest: /usr/local/src/weewx/weewx-4.6.2/bin/user/
|
|
|
|
|
|
- name: WeeWX rc file installed
|
|
- name: WeeWX rc file installed
|
|
ansible.builtin.copy:
|
|
ansible.builtin.copy:
|
|
@@ -78,7 +78,7 @@
|
|
|
|
|
|
- name: WeeWX skin files copied
|
|
- name: WeeWX skin files copied
|
|
ansible.builtin.copy:
|
|
ansible.builtin.copy:
|
|
- src: /usr/local/src/weewx/weewx-4.5.1/skins
|
|
|
|
|
|
+ src: /usr/local/src/weewx/weewx-4.6.2/skins
|
|
dest: /var/weewx/
|
|
dest: /var/weewx/
|
|
remote_src: yes
|
|
remote_src: yes
|
|
|
|
|
|
@@ -96,7 +96,7 @@
|
|
|
|
|
|
- name: WeeWX first report generated
|
|
- name: WeeWX first report generated
|
|
shell:
|
|
shell:
|
|
- chdir: /usr/local/src/weewx/weewx-4.5.1/bin
|
|
|
|
|
|
+ chdir: /usr/local/src/weewx/weewx-4.6.2/bin
|
|
cmd: python3.8 wee_reports
|
|
cmd: python3.8 wee_reports
|
|
|
|
|
|
- name: WeeWX started
|
|
- name: WeeWX started
|