Fixes for ansible-lint

This commit is contained in:
Timo Makinen 2023-07-21 09:50:48 +00:00
parent 225d79acad
commit 82a43f8921
10 changed files with 23 additions and 21 deletions

View file

@ -8,7 +8,7 @@
ansible.builtin.copy:
dest: /etc/lynx-site.cfg
src: lynx-site.cfg
mode: 0644
mode: "0644"
owner: root
group: "{{ ansible_wheel }}"
@ -16,6 +16,6 @@
ansible.builtin.copy:
dest: /usr/local/bin/html2text
src: html2text.sh
mode: 0755
mode: "0755"
owner: root
group: "{{ ansible_wheel }}"