Skip to content

Commit

Permalink
Updates for ansible-mdd collection 1.2.3 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 authored Mar 23, 2023
1 parent 798563a commit 966c4db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 5 additions & 1 deletion mdd-data/org/validate-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ mdd_schemas:
- name: banner
file: 'local/banner.schema.yml'
- name: dns
file: 'local/dns.schema.yml'
file: 'local/dns.schema.yml.j2'
validate_vars:
dns_servers:
- 208.67.222.222
- 208.67.220.220
2 changes: 1 addition & 1 deletion play.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

IMAGE=ghcr.io/model-driven-devops/mdd:1.2.2
IMAGE=ghcr.io/model-driven-devops/mdd:1.2.3

OPTIONS="--env ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3"
if [[ ! -z "$ANSIBLE_VAULT_PASSWORD_FILE" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -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.2
- name: https://github.com/model-driven-devops/ansible-mdd.git,1.2.3
type: git
- name: https://github.com/model-driven-devops/ansible-nso.git
type: git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ properties:
description: DNS server address
type: string
format: ipv4
enum:
- 208.67.222.222
- 208.67.220.220
enum: {{ validate_vars.dns_servers }}

0 comments on commit 966c4db

Please sign in to comment.