mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 19:04:42 +00:00
ipauser: Add support for parameter "street"
ipauser plugin was missing user parameter "street". Tests were updated to reflect the new parameter.
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
#password: foo2
|
||||
principal: pa
|
||||
random: yes
|
||||
street: PinkyStreet
|
||||
city: PinkyCity
|
||||
userstate: PinkyState
|
||||
postalcode: PinkyZip
|
||||
@@ -194,6 +195,7 @@
|
||||
#password: foo2
|
||||
principal: pa
|
||||
random: yes
|
||||
street: PinkyStreet
|
||||
city: PinkyCity
|
||||
userstate: PinkyState
|
||||
postalcode: PinkyZip
|
||||
|
||||
Reference in New Issue
Block a user