Skip to content

Commit

Permalink
Revert "common: use our fork for Nano Syntax Highlighting"
Browse files Browse the repository at this point in the history
This reverts commit d5b754e.
  • Loading branch information
saltydk committed Aug 29, 2023
1 parent d5b754e commit ad2b753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
name: yyq

- name: "Install Nano Syntax Highlighting"
ansible.builtin.shell: "curl https://raw.githubusercontent.com/saltydk/nanorc/master/install.sh | sh"
ansible.builtin.shell: "curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh"
become: true
become_user: "{{ user.name }}"
when: nano_syntax_highlighting_enabled

0 comments on commit ad2b753

Please sign in to comment.