Skip to content

Commit

Permalink
Fixes to update report (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 authored Oct 13, 2023
1 parent c6700f3 commit 00bbc6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: ciscops
name: mdd

# The version of the collection. Must be compatible with semantic versioning
version: 1.2.11
version: 1.2.12

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
4 changes: 2 additions & 2 deletions playbooks/nso_update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
tasks_from: update_rollback_list
when: rollback_id is defined and rollback_id and netbox_available | default(false)

- name: Run update_report
- name: Run update report
hosts: network
connection: local
gather_facts: no
vars:
dry_run: true
tasks:
- name: Update OC Data
- name: Generate report
include_role:
name: ciscops.mdd.nso
tasks_from: update_report
Expand Down
2 changes: 1 addition & 1 deletion roles/nso/templates/update-report.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
consolidated_report:
{% for entry in consolidated_report %}
- hosts: "{{ entry.hosts }}"
data: '{{ entry.data }}'
data: "{{ entry.data }}"
{% endfor %}

0 comments on commit 00bbc6c

Please sign in to comment.