Skip to content

Commit 4ed66a3

Browse files
authoredSep 16, 2024
Fix linter complaints (NO_JIRA)
1 parent 01c9623 commit 4ed66a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tasks/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Set OS-specific variables for {{ ansible_os_family }}-{{ ansible_distribution }}-{{ ansible_distribution_major_version }}
2+
- name: Set OS-specific variables for {{ ansible_os_family }}-{{ ansible_distribution }}-{{ ansible_distribution_major_version }} # noqa: name[template]
33
ansible.builtin.include_vars: "{{ item }}"
44
with_first_found:
55
- files:
@@ -11,7 +11,7 @@
1111
skip: true
1212
tags: vars
1313

14-
- name: Set up desktop environment on {{ ansible_os_family }}-{{ ansible_distribution }}-{{ ansible_distribution_major_version }}
14+
- name: Set up desktop environment on {{ ansible_os_family }}-{{ ansible_distribution }}-{{ ansible_distribution_major_version }} # noqa: name[template]
1515
ansible.builtin.include_tasks: "{{ item }}"
1616
with_first_found:
1717
- files:

0 commit comments

Comments
 (0)