zimmertr / Bootstrap-Proxmox

13 stars 7 forks source link

Ansible requirement needs to be specified #6

Closed A-thaVan closed 3 years ago

A-thaVan commented 3 years ago

I wasn't able to run this Ansible command because Ansible would give an error "no action detected in task". I believe the "openssh_keypair" reference requires Ansible version >=2.9

ansible-playbook -i inventory.yml TKS-Bootstrap_Proxmox/Ansible/create_user_account.yml

I recommend pointing people to this link since it was the only way I could add any version greater than 2.7.7: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-ansible-on-debian

zimmertr commented 3 years ago

Thanks! I use brew to manage my Ansible install so it looks like I have 2.10.3 on mine. But I've definitely seen Ansible compatibility issues with previous versions myself. I've added a note to the README here.