Skip to content

Commit

Permalink
Fix default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Apr 17, 2024
1 parent 82fcb88 commit 9ed2c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zsh/tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@

- name: Set zsh as default shell

Check failure on line 41 in roles/zsh/tasks/setup.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

fqcn[action-core]

Use FQCN for builtin module actions (user).
user:
name: "{{ ansible_user }}"
name: "{{ ansible_user | default(ansible_env.USER) }}"
shell: /usr/bin/zsh
when: zsh_default_shell

0 comments on commit 9ed2c9d

Please sign in to comment.