mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2024-11-23 01:16:22 -06:00
issue #14 : test ignore_modules cfg settings
This commit is contained in:
parent
b5735be5f7
commit
d9a3333255
@ -63,6 +63,11 @@
|
||||
commands: "{{ dellos_general_command | default([]) }}"
|
||||
when: ansible_network_os == "dellemc.os6.os6"
|
||||
|
||||
# this will be ignored due to cfg
|
||||
- name: general command os10_config
|
||||
os10_config:
|
||||
commands: "{{ dellos_general_command | default([]) }}"
|
||||
|
||||
# unnamed task
|
||||
- file:
|
||||
path: /etc/apt/sources.list.d/pve-enterprise.list
|
||||
|
9
examplecfg.yml
Normal file
9
examplecfg.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
ignore_modules:
|
||||
- os10_config
|
||||
# - os9_config
|
||||
# - os6_config
|
||||
|
||||
exclude_paths:
|
||||
- .github/
|
@ -65,6 +65,11 @@
|
||||
commands: "{{ dellos_general_command | default([]) }}"
|
||||
when: ansible_network_os == "dellemc.os6.os6"
|
||||
|
||||
# this will be ignored due to cfg
|
||||
- name: general command os10_config
|
||||
os10_config:
|
||||
commands: "{{ dellos_general_command | default([]) }}"
|
||||
|
||||
# unnamed task
|
||||
- ansible.builtin.file:
|
||||
path: /etc/apt/sources.list.d/pve-enterprise.list
|
||||
|
Loading…
Reference in New Issue
Block a user