From a0987f1dc3908c91e3cb335d5b1339f566c0fe77 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 4 Dec 2023 16:12:45 -0600 Subject: [PATCH] see how lint 2.16 vs 2.17 goes ... Signed-off-by: Adam Miller --- .azure-pipelines/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index b998a59..d7ce1a9 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -70,6 +70,8 @@ stages: test: sanity - name: Units test: units + - name: Lint + test: lint - stage: Sanity_2_15 displayName: Ansible 2.15 sanity dependsOn: []