Replies: 1 comment 1 reply
-
Which version of Ansible are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Expected Behavior
Running the ansible playbook should begin installing the k3s cluster on the virtual machines listed in the host.ini file.
Current Behavior
Instead, when I run the ansible playbook I get an error: 'argument_specs' is not a valid attribute for a RoleMetadata. I have tried to follow the procedure in the video several times by applying it to my system but it doesn't work.
Steps to Reproduce
ERROR! 'argument_specs' is not a valid attribute for a RoleMetadata
The error appears to be in '/home/francesco/kubernetes/k3s-ansible/roles/lxc/meta/main.yml': line 2, column 1, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
argument_specs:
^ here
Context (variables)
Operating system: windows ubuntu wsl
Hardware: i7-13700k, 32gb DDR5, rtx 2070, 1tb 990 pro
Variables Used
all.yml
Hosts
host.ini
Possible Solution
I don't know, i have used Ansible a a little time in my life
Beta Was this translation helpful? Give feedback.
All reactions