roles/bootstrap/tasks/disable-stock.yml

Mon, 22 Oct 2018 20:45:59 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 22 Oct 2018 20:45:59 -0500
changeset 82
ae08d6315368
parent 76
9c024e39a565
permissions
-rw-r--r--

update debian-backports repo

---
- name: "Disable stock users"
  shell: usermod -e 1 {{item}}
  ignore_errors: true
  with_items:
    - pi
    - pine64

mercurial