[ansible-project] Re: I need assistance with vars, lists, and apt

2022-08-19 Thread Kevin Shumaker
Ding! Ding! Ding! I need to get my eyes checked... That was the issue! Missing the ':'. The list works as expected, now. I use Pi-Gen to create my custom OS, but I think Ansible is going to be my replacement, as it does all that Pi-Gen does, but allows me to do it to any of my Linux machines.

[ansible-project] Re: I need assistance with vars, lists, and apt

2022-08-19 Thread Todd Lewis
"- name install standard stuff" should be "- name: install standard stuff". You're missing a colon. On Friday, August 19, 2022 at 9:24:06 AM UTC-4 kevin.s...@gmail.com wrote: > New user of ansible. I've tried several playbooks to use as templates. > My goal is to create a vars.yml with the follow