Skip to content

Commit

Permalink
eos_config_deploy_cvp(fix): galaxy importer issues (#1028)
Browse files Browse the repository at this point in the history
* remove blank line

* set file permission
  • Loading branch information
carlbuchmann authored Jun 11, 2021
1 parent e83332a commit a9605ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
template:
src: "cvp-devices.j2"
dest: "{{ structured_cvp_dir }}/{{ inventory_hostname }}.yml"
mode: 0664
delegate_to: localhost
run_once: true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
- name: "Generate intented variables"
tags: [always]
Expand All @@ -16,6 +15,7 @@
template:
src: "cvp-devices-v3.j2"
dest: "{{ structured_cvp_dir }}/{{ inventory_hostname }}.yml"
mode: 0664
delegate_to: localhost
run_once: true

Expand Down

0 comments on commit a9605ff

Please sign in to comment.