From 6f921506ab76f649600bc81b962d490bb15fc291 Mon Sep 17 00:00:00 2001 From: Yussuf Shaikh Date: Wed, 24 Feb 2021 20:21:46 +0530 Subject: [PATCH] Fix Ansible install on CentOS (#175) * Fix ansible install on CentOS Fixes #174 Signed-off-by: Yussuf Shaikh * Remove stale repo fix Signed-off-by: Yussuf Shaikh --- modules/1_bastion/bastion.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/1_bastion/bastion.tf b/modules/1_bastion/bastion.tf index 221d55e38..a4ddb68a8 100644 --- a/modules/1_bastion/bastion.tf +++ b/modules/1_bastion/bastion.tf @@ -174,9 +174,6 @@ resource "null_resource" "bastion_register" { provisioner "remote-exec" { inline = [<" ) && var.rhel_subscription_org == "" ? 0 : 1 depends_on = [null_resource.bastion_init, null_resource.setup_proxy_info, null_resource.bastion_register] connection {