From 2fb2da2af48f1124a23c15579b5da55ec56eb545 Mon Sep 17 00:00:00 2001 From: willtome Date: Mon, 13 Mar 2023 11:27:15 -0400 Subject: [PATCH] fix ee --- .github/workflows/ansible-lint.yml | 2 +- network/setup.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 7f4a071..b0e4d28 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -20,4 +20,4 @@ jobs: fetch-depth: 0 # needed for progressive mode to work - name: Run ansible-lint - uses: ansible/ansible-lint-action@v6 + uses: ansible/ansible-lint-action@v6.11.0 diff --git a/network/setup.yml b/network/setup.yml index a8bd870..3687c93 100644 --- a/network/setup.yml +++ b/network/setup.yml @@ -49,6 +49,7 @@ controller_templates: survey_enabled: true project: Network Golden Configs playbook: main.yml + execution_environment: Networking Execution Environment notification_templates_started: Telemetry notification_templates_success: Telemetry notification_templates_error: Telemetry @@ -84,8 +85,8 @@ controller_templates: notification_templates_started: Telemetry notification_templates_success: Telemetry notification_templates_error: Telemetry + execution_environment: Networking Execution Environment use_fact_cache: true - ask_job_type_on_launch: true credentials: - "Workshop Credential" survey_enabled: true