Skip to content

Commit

Permalink
fix: configure nvim after installing general use CLI software
Browse files Browse the repository at this point in the history
  • Loading branch information
Goran Ninkovic committed May 27, 2024
1 parent dccee53 commit c5390a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions post-installation/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
- name: Install zsh
ansible.builtin.include_tasks: zsh.yaml

- name: Install nvim
- name: Install general use CLI software
ansible.builtin.include_tasks: general_use_software_cli.yaml

- name: Configure nvim
ansible.builtin.include_tasks: nvim.yaml

- name: Install CLI dev tools
ansible.builtin.include_tasks: dev_tools_cli.yaml

- name: Install general use CLI software
ansible.builtin.include_tasks: general_use_software_cli.yaml

- name: Install docker
ansible.builtin.include_tasks: docker.yaml
when: docker or all
Expand Down

0 comments on commit c5390a4

Please sign in to comment.