Skip to content
Snippets Groups Projects
Verified Commit ab7edadf authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Replace noqa tag '208' with 'risky-file-permissions'

parent 26f289b7
No related branches found
No related tags found
1 merge request!620Fixes for ansible-lint 6.5.0
......@@ -2,7 +2,7 @@
hosts: localhost
tasks:
- name: Create borg-keys directory
file: path="{{ playbook_dir }}/../../borg-keys/" state=directory # noqa 208
file: path="{{ playbook_dir }}/../../borg-keys/" state=directory # noqa risky-file-permissions
- name: Fetch borg keys
hosts: borg_clients
......
......@@ -46,7 +46,7 @@
dest: /tmp/
mode: 0644
- name: Extract boostrap image # noqa 208
- name: Extract boostrap image # noqa risky-file-permissions
unarchive:
src: /tmp/archlinux-bootstrap-x86_64.tar.gz
dest: /tmp
......
......@@ -18,7 +18,7 @@
register: tempfile
- name: Fill tempfile
copy: content="{{ lookup('template', 'authorized_keys.j2') }}" dest="{{ tempfile.path }}" mode=0644 # noqa 208
copy: content="{{ lookup('template', 'authorized_keys.j2') }}" dest="{{ tempfile.path }}" mode=0644 # noqa risky-file-permissions
- name: Upload authorized_keys file
expect:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment