homebridge/tasks/main.yaml
changeset 32 78242f9f4010
parent 31 c51c4eaea2a7
child 34 ecbdaed7f151
equal deleted inserted replaced
31:c51c4eaea2a7 32:78242f9f4010
     5   user:
     5   user:
     6     name: "{{homebridge_user}}"
     6     name: "{{homebridge_user}}"
     7     comment: "Homebridge"
     7     comment: "Homebridge"
     8     shell: "/bin/false"
     8     shell: "/bin/false"
     9     home: "{{homebridge_dir}}"
     9     home: "{{homebridge_dir}}"
    10     groups: "video,spi,i2c,gpio"
    10     groups: "video,spi,i2c,gpio,bluetooth"
    11     move_home: yes
    11     move_home: yes
    12   notify: restart homebridge service
    12   notify: restart homebridge service
    13 
    13 
    14 - name: create homebridge directory
    14 - name: create homebridge directory
    15   become: yes
    15   become: yes