network: ansible-lint fixes
This commit is contained in:
parent
d833b57877
commit
4b0f5522c8
4 changed files with 79 additions and 61 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
- name: include os spcific tasks
|
||||
include_tasks: "{{ ansible_os_family }}.yml"
|
||||
- name: Include OS spcific tasks
|
||||
ansible.builtin.include_tasks: "{{ ansible_os_family }}.yml"
|
||||
|
||||
- name: create resolv.conf
|
||||
template:
|
||||
- name: Create resolv.conf
|
||||
ansible.builtin.template:
|
||||
src: resolv.conf.j2
|
||||
dest: /etc/resolv.conf
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue