Skip to content

Commit

Permalink
Adjust to 0.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yethal committed Jan 29, 2025
1 parent de377b4 commit c155a8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ nu_plugins:
- nu_plugin_polars
config_urls:
- name: config.nu
url: "https://raw.githubusercontent.com/nushell/nushell/{{ _nushell_version }}/crates/nu-utils/src/sample_config/default_config.nu"
url: "https://raw.githubusercontent.com/nushell/nushell/{{ _nushell_version }}/crates/nu-utils/src/{{ 'default_files' if (_nushell_version is version('0.101.0', '>=')) else 'sample_config' }}/default_config.nu"
- name: env.nu
url: "https://raw.githubusercontent.com/nushell/nushell/{{ _nushell_version }}/crates/nu-utils/src/sample_config/default_env.nu"
- name: login.nu
url: "https://raw.githubusercontent.com/nushell/nushell/{{ _nushell_version }}/crates/nu-utils/src/sample_config/sample_login.nu"
url: "https://raw.githubusercontent.com/nushell/nushell/{{ _nushell_version }}/crates/nu-utils/src/{{ 'default_files' if (_nushell_version is version('0.101.0', '>=')) else 'sample_config' }}/default_env.nu"
1 change: 0 additions & 1 deletion molecule/common/configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
config_urls:
- name: config.nu
- name: env.nu
- name: login.nu

- name: Stat config files
ansible.builtin.stat:
Expand Down
1 change: 0 additions & 1 deletion molecule/no-configs/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
config_urls:
- name: config.nu
- name: env.nu
- name: login.nu
tasks:
- name: Include default assertions
ansible.builtin.include_tasks: "../common/{{ file }}.yml"
Expand Down

0 comments on commit c155a8d

Please sign in to comment.