diff --git a/play.sh b/play.sh index 8da80b5..a4bd75a 100755 --- a/play.sh +++ b/play.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -IMAGE=ghcr.io/model-driven-devops/mdd:1.2.3 +IMAGE=ghcr.io/model-driven-devops/ansible-mdd/mdd:1.2.10 OPTIONS="--env ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3" if [[ ! -z "$ANSIBLE_VAULT_PASSWORD_FILE" ]]; then diff --git a/requirements.yml b/requirements.yml index 908f68c..5f1be35 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.5 + - name: https://github.com/model-driven-devops/ansible-mdd.git,1.2.10 type: git - name: https://github.com/model-driven-devops/ansible-nso.git type: git