We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe859b commit e16b352Copy full SHA for e16b352
roles/9-local-addons/tasks/main.yml
@@ -30,6 +30,12 @@
30
name: calibre-web
31
when: calibreweb_install | bool
32
33
+- name: Record IIAB_REVISION
34
+ lineinfile:
35
+ path: "{{ iiab_env_file }}"
36
+ regexp: '^IIAB_REVISION=*'
37
+ line: 'IIAB_REVISION={{ iiab_revision }}'
38
+
39
- name: Recording STAGE 9 HAS COMPLETED ====================
40
lineinfile:
41
path: "{{ iiab_env_file }}"
vars/default_vars.yml
@@ -14,7 +14,7 @@
14
15
# IIAB (PRE-)release version number, for {{ iiab_env_file }}
16
iiab_base_ver: 7.2
17
-iiab_revision: 0
+iiab_revision: 1
18
19
iiab_etc_path: /etc/iiab
20
0 commit comments