Skip to content

Commit 16d60ee

Browse files
committed
fix pointless linter errors
1 parent 5aaf906 commit 16d60ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ansible/roles/compute_init/tasks/export.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
- /exports/cluster/cacerts
1414
- /exports/cluster/cvmfs
1515
- /exports/cluster/hostconfig
16-
1716
delegate_to: "{{ groups['control'] | first }}"
1817

1918
- name: Copy /etc/hosts to /exports/cluster

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ appliances_local_users_default:
7777
shell: /sbin/nologin
7878
system: true
7979
enable: "{{ 'grafana' in group_names }}"
80-
80+
8181
- group:
8282
name: ansible-init
8383
gid: 301

0 commit comments

Comments
 (0)