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