7 lines
286 B
YAML
7 lines
286 B
YAML
---
|
|
# tasks file for dellemc.os9.os9_copy_config
|
|
- name: "Merge the config file to running configuration for OS9"
|
|
dellemc.os9.os9_config:
|
|
src: "{{ hostname }}.j2"
|
|
when: (ansible_network_os is defined and ansible_network_os == "dellemc.os9.os9")
|
|
# notify: save config os9
|