*It works! Thanks Sebastian! :-)*

On Sunday, February 9, 2020 at 11:02:36 AM UTC+1, Sebastian Meyer D
>
> > - hosts: dev 
> >   remote_user: dude 
> >   become: true 
> > 
> > - roles: 
> >   - cloud-init 
> >   - set_kernel_conf 
> >   - add-authorized-keys 
> >   - create-root-ssh-folder 
> >   - create-ca 
> >   - create-local-tls-certificates 
> >   - install_JDK 
> >   - digicert 
> >   - jenkins 
>
> the hyphen in front of roles is incorrect. 
>
> - hosts: dev 
>   remote_user: dude 
>   become: true 
>   roles: 
>     - .... 
>
> Sebastian 
>
> -- 
> Sebastian Meyer 
> Linux Consultant & Trainer 
> Mail: me...@b1-systems.de <javascript:> 
>
> B1 Systems GmbH 
> Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de 
> GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/0615a396-e72c-4bdf-a56b-4a31b81b72bf%40googlegroups.com.

Reply via email to