You've already forked ansible-role-common
Linting fixes
This commit is contained in:
@@ -37,4 +37,3 @@ steps:
|
||||
from: drone@guise.net.nz
|
||||
when:
|
||||
status: [ changed, failure ]
|
||||
|
||||
|
||||
@@ -61,4 +61,3 @@
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items: "{{ win_packages }}"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user