commit | 1f7562437962d3153355cc90f3729daa4904a7aa | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 01 17:04:51 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 01 18:59:16 2022 -0400 |
tree | 035ccc4964da0ecd2a6275216f6a8ae65dd2db9e | |
parent | 64f84a4f016d33687a1c5d59d000a1113a9aaa40 [diff] |
fix(ethtool): fix linting for ethtool
diff --git a/roles/ethtool/tasks/main.yml b/roles/ethtool/tasks/main.yml index 742b7c0..f8293d8 100644 --- a/roles/ethtool/tasks/main.yml +++ b/roles/ethtool/tasks/main.yml
@@ -2,6 +2,9 @@ ansible.builtin.file: path: /etc/networkd-dispatcher/configuring.d state: directory + mode: 0755 + owner: root + group: root - name: Install persistent "ethtool" tuning ansible.builtin.copy: