roles/bootstrap/tasks/disable-stock.yml

changeset 73
8b0c09efbb5b
parent 72
33181d87b149
child 76
9c024e39a565
copy from roles/user/tasks/disable-stock.yml
copy to roles/bootstrap/tasks/disable-stock.yml
--- a/roles/user/tasks/disable-stock.yml
+++ b/roles/bootstrap/tasks/disable-stock.yml
@@ -1,6 +1,5 @@
 ---
-
-- name: Disable stock users
+- name: "Bootstrap: Disable stock users"
   shell: usermod -e 1 {{item}}
   ignore_errors: true
   with_items:

mercurial