Skip to content

Commit d12ef0d

Browse files
Do not install apt-transport-https for https apt mirrors, as it does not exist anymore
(cherry picked from commit b220e0f) # Conflicts: # icpc-wf/ansible/judgehost.yml
1 parent 69702b7 commit d12ef0d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

icpc-wf/ansible/judgehost.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@
5353
line: '\1'
5454
backrefs: yes
5555

56+
- name: enable internal monitor
57+
file: path=/usr/share/X11/xorg.conf.d/22-icpc.conf state=absent
58+
59+
- name: remove apt-transport-https from bionic debootstrap file
60+
lineinfile:
61+
path: /usr/share/debootstrap/scripts/bionic
62+
regexp: 'ca-certificates'
63+
line: ' base="$base ca-certificates"'
64+
5665
- name: copy chroot DEB packages to install
5766
copy: src=files/install-chroot dest=/tmp/dj_ansible/
5867

0 commit comments

Comments
 (0)