diff --git a/tasks/common.yml b/tasks/common.yml index 80fb500..a49d229 100644 --- a/tasks/common.yml +++ b/tasks/common.yml @@ -19,7 +19,3 @@ path: '/opt/pyenv' owner: "{{ user }}" group: users - -- modprobe: - name: pcspkr - state: absent diff --git a/tasks/dabapps.yml b/tasks/dabapps.yml index 96a4a96..ad6d9bb 100644 --- a/tasks/dabapps.yml +++ b/tasks/dabapps.yml @@ -13,3 +13,7 @@ owner: "{{ user }}" state: link force: true + +- modprobe: + name: pcspkr + state: absent