Skip to content
Snippets Groups Projects
Commit e5b019ac authored by nd's avatar nd
Browse files

fix package manager for archlinux

parent e83e7b91
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,8 @@ ...@@ -53,6 +53,8 @@
path: /usr/bin/vim.basic path: /usr/bin/vim.basic
- name: remove /etc/apt/sources.list - name: remove /etc/apt/sources.list
when:
- ansible_facts['distribution'] != 'Archlinux'
copy: copy:
dest: /etc/apt/sources.list dest: /etc/apt/sources.list
content: "# managed by ansible\n" content: "# managed by ansible\n"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment