* adding OS9 ansible collections * adding OS9 collections Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
7 lines
No EOL
275 B
YAML
7 lines
No EOL
275 B
YAML
---
|
|
# tasks file for dellemc.os9.os9_copy_config
|
|
- name: "Merge the config file to running configuration for OS9"
|
|
os9_config:
|
|
src: "{{ hostname }}.j2"
|
|
when: (ansible_network_os is defined and ansible_network_os == "dellemc.os9.os9")
|
|
# notify: save config os9 |