On Mon, Nov 25, 2013 at 10:16 AM, Dag Wieers <[email protected]> wrote:

>
> I need the same module, haven't got around it yet.
>
> It is important however to understand that options can be repeated and
> that order is important to retain. So it has some similarity to lineinfile.
>

True, forgot about that. You can have 'console=tty' and
'console=ttyS0,9600'. I guess ideally it should support:

kernel_arg: name=console value='ttyS0,9600' after='console=tty'
state=present

Would this be enough for now?

The one gotcha I see is if you are trying to modify kernel arguments from
different roles as it depends on what order the roles are called in and
that may alter the order in which arguments are applied.

GS

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to