From 27d56726a3b5e4037a414f9d438ffa56e4eb50de Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Mon, 19 Apr 2021 15:55:29 -0400 Subject: [PATCH] Remove yaml_exts play variable --- awx/playbooks/project_update.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/awx/playbooks/project_update.yml b/awx/playbooks/project_update.yml index 796e90d366..bf3ee934a8 100644 --- a/awx/playbooks/project_update.yml +++ b/awx/playbooks/project_update.yml @@ -154,10 +154,6 @@ gather_facts: false connection: local name: Install content with ansible-galaxy command if necessary - vars: - yaml_exts: - - {ext: .yml} - - {ext: .yaml} tasks: - block: