- ---
-
- - name: lb bootstrap (first build stage)
- command: lb bootstrap
- args:
- chdir: "{{ live_build_directory }}"
- register: _lb_bootstrap
-
- - name: lb chroot (second build stage)
- command: lb chroot
- args:
- chdir: "{{ live_build_directory }}"
- register: _lb_chroot
-
- - name: lb installer (third build stage)
- command: lb installer
- args:
- chdir: "{{ live_build_directory }}"
- register: _lb_installer
-
- - name: lb binary (fourth build stage)
- command: lb binary
- args:
- chdir: "{{ live_build_directory }}"
- register: _lb_binary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|