File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
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]
3
3
ansible.builtin.include_vars : " {{ item }}"
4
4
with_first_found :
5
5
- files :
11
11
skip : true
12
12
tags : vars
13
13
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]
15
15
ansible.builtin.include_tasks : " {{ item }}"
16
16
with_first_found :
17
17
- files :
You can’t perform that action at this time.
0 commit comments