From d868e30a40c78530eaabe96ac1e644beb72a1a93 Mon Sep 17 00:00:00 2001 From: Musee Ullah Date: Sat, 3 Mar 2018 19:22:47 +0900 Subject: [PATCH] Fix docs [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71cb52cf..dbf598fa 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ Role Variables pve_group: proxmox # host group that contains the Proxmox hosts to be clustered together pve_fetch_directory: fetch/ # local directory used to download root public keys from each host to pve_repository_line: "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription" # apt-repository configuration - change to enterprise if needed (although TODO further configuration may be needed) -pve_disable_subscription_warning: true # patches the subscription warning messages in proxmox if you are using the community edition +pve_remove_subscription_warning: true # patches the subscription warning messages in proxmox if you are using the community edition pve_extra_packages: [] # Any extra packages you may want to install, e.g. ngrep pve_check_for_kernel_update: true # Runs a script on the host to check kernel versions pve_reboot_on_kernel_update: false # If set to true, will automatically reboot the machine on kernel updates