fix up rootpw setter

This commit is contained in:
Seth Vidal 2013-05-15 20:51:52 +00:00
parent 37852c133e
commit a01b7b0350

View file

@ -48,7 +48,6 @@
- name: set root passwd
action: user name=root password=$rootpw state=present
only_if: is_set('$rootpw')
tags:
- rootpw