Skip to content

Commit 9226912

Browse files
committed
For all these files the tabs are not needed
We can exclude the rule on the lines but I personally rather see the spaces compared to extra annotations in the files
1 parent 578a31a commit 9226912

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

icpc-wf/ansible/admin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,25 @@
6464
lineinfile:
6565
dest: /etc/hosts
6666
regexp: 'cds$'
67-
line: "10.3.3.207 cds"
67+
line: "10.3.3.207 cds"
6868

6969
- name: add kattis to hosts file
7070
lineinfile:
7171
dest: /etc/hosts
7272
regexp: 'kattis$'
73-
line: "10.3.3.212 kattis"
73+
line: "10.3.3.212 kattis"
7474

7575
- name: add domjudge-laptop to hosts file
7676
lineinfile:
7777
dest: /etc/hosts
7878
regexp: 'domjudge-laptop$'
79-
line: "10.3.3.200 domjudge-laptop"
79+
line: "10.3.3.200 domjudge-laptop"
8080

8181
- name: add nisprint to hosts file
8282
lineinfile:
8383
dest: /etc/hosts
8484
regexp: 'printsrv$'
85-
line: "10.3.3.211 nisprint nismaster printsrv"
85+
line: "10.3.3.211 nisprint nismaster printsrv"
8686

8787
- name: Update repo URL based on network
8888
set_fact:

icpc-wf/ansible/roles/base_packages/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
lineinfile:
2020
dest: /etc/hosts
2121
regexp: '^10\.3\.3\.209'
22-
line: "10.3.3.209 packages"
22+
line: "10.3.3.209 packages"
2323
notify: run apt update
2424
when: WF_RESTRICTED_NETWORK
2525

icpc-wf/ansible/roles/hosts/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
lineinfile:
1010
dest: /etc/hosts
1111
regexp: '{{ item }}$'
12-
line: "{{ hostvars[item].ansible_host }} {{ item }}"
12+
line: "{{ hostvars[item].ansible_host }} {{ item }}"
1313
loop: "{{ groups['all'] }}"
1414

1515
- name: add domjudge in hosts file
1616
lineinfile:
1717
dest: /etc/hosts
1818
regexp: 'domserver'
19-
line: "{{ DOMSERVER_IP }} domjudge domserver"
19+
line: "{{ DOMSERVER_IP }} domjudge domserver"

0 commit comments

Comments
 (0)