Skip to content
Commit e0375295 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

ipareplica role: Remove usage of undefined parameters.

Some ipareplica role had a few module calls with parameters set like
'some_argument | default(omit)' that were not actually available in such
modules. If a user provided 'some_argument', the paramater would then
be passed to the module and ipareplica deployment would fail.

By removing the parameters from the 'install' task, ipareplica
deployment works even if the variables are set by the user.
parent b05aec98
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment