Skip to content

Commit

Permalink
fix ansible-lint issues in example code
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Jun 5, 2024
1 parent 0f3f437 commit a8d3817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/eth_with_802_1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
copy:
src: "{{ item }}"
dest: /etc/pki/tls/{{ item }}
mode: 0600
mode: "0600"
with_items:
- client.key
- client.pem
Expand Down
2 changes: 1 addition & 1 deletion examples/macvtap.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a8d3817

Please sign in to comment.