mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
fix ansible-lint issues in example code
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
0f3f437e72
commit
a8d381751a
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
copy:
|
||||
src: "{{ item }}"
|
||||
dest: /etc/pki/tls/{{ item }}
|
||||
mode: 0600
|
||||
mode: "0600"
|
||||
with_items:
|
||||
- client.key
|
||||
- client.pem
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- name: Manage network MAC VTAP
|
||||
hosts: network-test
|
||||
hosts: network-test
|
||||
vars:
|
||||
network_connections:
|
||||
- name: eth0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue