--- - name: Install basic usefull packages become: yes pacman: name={{ item }} state=present update_cache=yes with_items: - vim - pkgfile - pacmatic - mosh - net-tools - nload - cron - name: Run pkgfile --update become: yes command: pkgfile --update - name: enable and start cron become: yes service: name=cronie state=started enabled=yes