fix typo
This commit is contained in:
@@ -5,3 +5,4 @@
|
|||||||
name: choose
|
name: choose
|
||||||
vers: "{{ pkgconfig.choose.version }}"
|
vers: "{{ pkgconfig.choose.version }}"
|
||||||
locked: true
|
locked: true
|
||||||
|
choose_configured: true
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
- choose_configured is undefined
|
- choose_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Load choose config
|
- name: Load choose config
|
||||||
ansible.builtin.include_task:
|
ansible.builtin.include_tasks:
|
||||||
file: config/choose.yml
|
file: config/choose.yml
|
||||||
|
|
||||||
- name: Append to cargopkgs
|
- name: Append to cargopkgs
|
||||||
@@ -22,7 +22,3 @@
|
|||||||
- ansible_system == 'Darwin'
|
- ansible_system == 'Darwin'
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_sys: "{{ pkg_sys + ['choose-rust'] }}"
|
pkg_sys: "{{ pkg_sys + ['choose-rust'] }}"
|
||||||
|
|
||||||
- name: Set choose_configured
|
|
||||||
ansible.builtin.set_fact:
|
|
||||||
choose_configured: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user