From 798563afc70c7098561f8fff832363d6141ac3c4 Mon Sep 17 00:00:00 2001 From: Jason King Date: Tue, 21 Mar 2023 13:23:17 -0700 Subject: [PATCH] Updated to ansible-mdd collection v1.2.2 (#94) --- play.sh | 2 +- requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/play.sh b/play.sh index 2dcb6fb..4ad01af 100755 --- a/play.sh +++ b/play.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -IMAGE=ghcr.io/model-driven-devops/mdd:1.2.1 +IMAGE=ghcr.io/model-driven-devops/mdd:1.2.2 OPTIONS="--env ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3" if [[ ! -z "$ANSIBLE_VAULT_PASSWORD_FILE" ]]; then diff --git a/requirements.yml b/requirements.yml index 6dd7ccd..bbb6ece 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,7 +1,7 @@ collections: - name: https://github.com/ciscodevnet/ansible-cml.git type: git - - name: https://github.com/model-driven-devops/ansible-mdd.git,1.2.0 + - name: https://github.com/model-driven-devops/ansible-mdd.git,1.2.2 type: git - name: https://github.com/model-driven-devops/ansible-nso.git type: git