You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
378B

  1. - hosts:
  2. - desktops
  3. - laptops
  4. remote_user: root
  5. handlers:
  6. - name: reboot
  7. reboot:
  8. tasks:
  9. - name: polkit rules directory
  10. file:
  11. path: /etc/polkit-1/rules.d
  12. state: directory
  13. - name: polkit blueman rules fix
  14. copy:
  15. src: polkit-blueman.rules
  16. dest: /etc/polkit-1/rules.d/81-blueman.rules
  17. notify: reboot