Skip to content

Commit e16b352

Browse files
committed
each major role change can be recorded in upgrade_roles with a bump in iiab_revision to denote the addition
1 parent 3fe859b commit e16b352

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

roles/9-local-addons/tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
name: calibre-web
3131
when: calibreweb_install | bool
3232

33+
- name: Record IIAB_REVISION
34+
lineinfile:
35+
path: "{{ iiab_env_file }}"
36+
regexp: '^IIAB_REVISION=*'
37+
line: 'IIAB_REVISION={{ iiab_revision }}'
38+
3339
- name: Recording STAGE 9 HAS COMPLETED ====================
3440
lineinfile:
3541
path: "{{ iiab_env_file }}"

vars/default_vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# IIAB (PRE-)release version number, for {{ iiab_env_file }}
1616
iiab_base_ver: 7.2
17-
iiab_revision: 0
17+
iiab_revision: 1
1818

1919
iiab_etc_path: /etc/iiab
2020

0 commit comments

Comments
 (0)