Skip to content

Commit 96791e6

Browse files
committed
Small README typos
Signed-off-by: Jean-Francois Panisset <[email protected]>
1 parent 53b2813 commit 96791e6

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
@@ -305,7 +305,7 @@ Finally, let's write our playbook. `site.yml` will look something like this:
305305
delay: 15
306306
when: _configure_interfaces is changed
307307
308-
- hosts: pve
308+
- hosts: pve01
309309
become: True
310310
roles:
311311
- lae.proxmox
@@ -373,7 +373,7 @@ serially during a maintenance period.) It will also enable the IPMI watchdog.
373373
- {
374374
role: lae.proxmox,
375375
pve_group: pve01,
376-
pve_cluster_enabled: yes
376+
pve_cluster_enabled: yes,
377377
pve_reboot_on_kernel_update: true,
378378
pve_watchdog: ipmi
379379
}

0 commit comments

Comments
 (0)