Skip to content

Commit 734e5d6

Browse files
authored
readme: fix syntax error in example playbook
Fixes the following error: ERROR! Vars in a RoleInclude must be specified as a dictionary. The error appears to be in '/runner/proxmox_nodes.yml': line 14, column 9, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: vars: - pve_group: all ^ here
1 parent 28f5cfb commit 734e5d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Copy the following playbook to a file like `install_proxmox.yml`:
5757
- clock.nyc.he.net
5858
- role: lae.proxmox
5959
vars:
60-
- pve_group: all
61-
- pve_reboot_on_kernel_update: true
60+
pve_group: all
61+
pve_reboot_on_kernel_update: true
6262

6363
Install this role and a role for configuring NTP:
6464

0 commit comments

Comments
 (0)