local.yml

Sun, 14 Jul 2019 02:56:26 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 14 Jul 2019 02:56:26 -0500
changeset 89
86248a83a3dd
parent 88
3dbfd253c775
permissions
-rw-r--r--

apply ansible-lint suggestions

---
- name: Devbox Setup
  hosts: all
  roles:
    - devbox
    - user
  tasks:
    - include_role:
        name: bootstrap
      when: bootstrap_ansible_controller
    - include_role:
        name: disable_stock_users
      when: disable_stock_users

mercurial