Linting fixes

This commit is contained in:
2022-03-11 21:52:23 +13:00
parent 36a71d9fdd
commit b741b510b2
3 changed files with 2 additions and 4 deletions

View File

@@ -37,4 +37,3 @@ steps:
from: drone@guise.net.nz
when:
status: [ changed, failure ]

View File

@@ -61,4 +61,3 @@
name: "{{ item }}"
state: present
with_items: "{{ win_packages }}"

View File

@@ -8,11 +8,11 @@
with_items:
- { src: etc.sysconfig.network.j2,
dest: /etc/sysconfig/network,
mode: u+rw,a+r
mode: u+rw, a+r
}
- { src: etc.resolv.conf.j2,
dest: /etc/resolv.conf,
mode: u+rw,a+r
mode: u+rw, a+r
}
when: ansible_virtualization_type != "docker"
tags: dns