helpful to set a password in the var

This commit is contained in:
Seth Vidal 2013-05-02 19:37:53 +00:00
parent f3c27448f3
commit d78911d7bd

View file

@ -17,7 +17,7 @@
- perl
- name: set root passwd
action: user name=root password=$rootpw state=present
action: user name=root password=$builder_rootpw state=present
- name: add mock user as 425
action: user name=mock uid=425 state=present home=/var/lib/mock createhome=yes system=yes