#!/usr/bin/ansible-playbook # vim:ft=ansible: --- - name: dkms autoinstall command: argv: - /usr/sbin/dkms - autoinstall become: yes