Oh man, i feel stupid. That did the trick.
Thanks a lot! Am Montag, 28. Mai 2018 16:09:27 UTC+2 schrieb Kai Stian Olstad: > > On 28.05.2018 16:04, [email protected] <javascript:> wrote: > > I'm running the following playbook snippet: > > > > tasks: > > - name: Install packages required for VMs > > apt: > > name {{ item }} state=present > > with_items: > > - cifs-utils > > - etckeeper > > > > The output for all packages is "OK" as if it would be already > > installed, > > but it is not. > > A later step that mounts a cifs share fails because cifs-utils is in > > fact > > not installed (if I run apt-get install cifs-utils directly on the host > > it > > would install it, therefore it wasn't there before). > > > > Any hint what might be the problem here? > > Syntax error, missing equal sign after name. > > -- > Kai Stian Olstad > -- 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]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/670b715a-01b3-43db-9f00-77252872f025%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
