Skip to content

Commit 8164c17

Browse files
authored
Merge pull request #287 from FreddyFunk/bugfix/readme-example-playbook
readme: fix syntax error in example playbook
2 parents 28f5cfb + 734e5d6 commit 8164c17

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)