Skip to content
Snippets Groups Projects
Unverified Commit c380c429 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Remove old task to symlink checkservices to /usr/local/bin

parent 2e7c52a4
No related branches found
No related tags found
No related merge requests found
......@@ -160,12 +160,9 @@
- name: install pacman-contrib,archlinux-contrib
pacman: name=pacman-contrib,archlinux-contrib state=installed
- name: remove old checkservices copied script (from submodule)
- name: remove old checkservices copied script (from submodule; archlinux-contrib provides /usr/bin/checkservices)
file: path=/usr/local/bin/checkservices state=absent
- name: symlink checkservices to /usr/local/bin
file: src=/usr/share/archlinux/contrib/admin/checkservices dest=/usr/local/bin/checkservices state=link owner=root group=root mode=0755
- name: install pacman config
template: src=pacman.conf.j2 dest=/etc/pacman.conf mode=0644 owner=root group=root
......
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