Fix E203 Most files should not contain tabs

This commit is contained in:
Jeremy Gardais 2019-02-27 14:02:10 +01:00
parent 96226c2463
commit c18e9252ca
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* Fix E405 Remote package tasks should have a retry. * Fix E405 Remote package tasks should have a retry.
* Use to_nice_json to manage packages list. * Use to_nice_json to manage packages list.
* Fix E203 Most files should not contain tabs. * Fix E203 Most files should not contain tabs.
* Fix E404 Doesn't need a relative path in role.
## v1.1.1 ## v1.1.1

View File

@ -61,7 +61,7 @@
- name: Configure Resolvconf with domains - name: Configure Resolvconf with domains
template: template:
src: '../templates/etc/resolvconf/resolv.conf.d/base.j2' src: 'etc/resolvconf/resolv.conf.d/base.j2'
dest: '/etc/resolvconf/resolv.conf.d/base' dest: '/etc/resolvconf/resolv.conf.d/base'
owner: root owner: root
group: root group: root