Flutter, ensure all tasks have coding == true while refactoring.
This commit is contained in:
@@ -121,12 +121,14 @@
|
|||||||
group: "{{ user }}"
|
group: "{{ user }}"
|
||||||
|
|
||||||
become_user: "{{ user }}"
|
become_user: "{{ user }}"
|
||||||
when: coding == true and not flutter_sdk_stat.stat.exists
|
when: coding == true
|
||||||
|
and not flutter_sdk_stat.stat.exists
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | Flutter | Delete Archive
|
- name: Workstation | Linux | Software | Flutter | Delete Archive
|
||||||
file:
|
file:
|
||||||
path: "{{ flutter_download_file }}"
|
path: "{{ flutter_download_file }}"
|
||||||
state: absent
|
state: absent
|
||||||
|
when: coding == true
|
||||||
|
|
||||||
## Configure Environment ##
|
## Configure Environment ##
|
||||||
|
|
||||||
@@ -143,7 +145,9 @@
|
|||||||
- "{{ user_root.home }}"
|
- "{{ user_root.home }}"
|
||||||
- "{{ user_user.home }}"
|
- "{{ user_user.home }}"
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
when: coding == true and user_root.home != "" and user_user.home != ""
|
when: coding == true
|
||||||
|
and user_root.home != ""
|
||||||
|
and user_user.home != ""
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | Flutter | Modify PATH (.zshrc)
|
- name: Workstation | Linux | Software | Flutter | Modify PATH (.zshrc)
|
||||||
blockinfile:
|
blockinfile:
|
||||||
@@ -158,7 +162,9 @@
|
|||||||
- "{{ user_root.home }}"
|
- "{{ user_root.home }}"
|
||||||
- "{{ user_user.home }}"
|
- "{{ user_user.home }}"
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
when: coding == true and user_root.home != "" and user_user.home != ""
|
when: coding == true
|
||||||
|
and user_root.home != ""
|
||||||
|
and user_user.home != ""
|
||||||
|
|
||||||
## Test SDK ##
|
## Test SDK ##
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user