homebridge/tasks/main.yaml
changeset 34 ecbdaed7f151
parent 32 78242f9f4010
child 144 267d58c0e186
equal deleted inserted replaced
33:ad75fc2d2853 34:ecbdaed7f151
     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,bluetooth"
    10     groups: "{{homebridge_groups}}"
    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