diff --git a/var.tfvars b/var.tfvars index 730ec6f..d8958c1 100644 --- a/var.tfvars +++ b/var.tfvars @@ -36,8 +36,8 @@ dns_forwarders = "1.1.1.1; 9.9.9.9" installer_log_level = "info" ansible_extra_options = "-v" -#helpernode_tag = "fddbbc651153ef2966e5cb4d4167990b31c01ceb" -#install_playbook_tag = "9cfd3b330464152e795e7e4ea61385b8e684685a" +#helpernode_tag = "" +#install_playbook_tag = "" storage_type = "nfs" volume_size = "300" # Value in GB diff --git a/variables.tf b/variables.tf index b262ffb..f565ccc 100644 --- a/variables.tf +++ b/variables.tf @@ -156,7 +156,7 @@ variable "helpernode_tag" { variable "install_playbook_tag" { description = "Set the branch/tag name or commit# for using ocp4-playbooks repo" # Checkout level for https://github.com/ocp-power-automation/ocp4-playbooks which is used for running ocp4 installations steps - default = "9cfd3b330464152e795e7e4ea61385b8e684685a" + default = "02a598faa332aa2c3d53e8edd0e840440ff74bd5" } variable "ansible_extra_options" {