Skip to content

Commit 9857490

Browse files
Pleasing linter
1 parent 4de51c2 commit 9857490

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

bibigrid/core/actions/create.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ def create(self): # pylint: disable=too-many-branches,too-many-statements
524524
self.start_start_server_threads()
525525
self.extended_network_configuration()
526526
self.initialize_instances()
527-
raise FileNotFoundError("WHAT!")
528527
self.upload_data(os.path.join(KEY_FOLDER, self.key_name))
529528
self.log_cluster_start_info()
530529
if self.configurations[0].get("deleteTmpKeypairAfter"):
File renamed without changes.

resources/playbook/roles/bibigrid/tasks/030-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- name: Install docker-api via PIP
3434
pip:
35-
name: [ 'docker', 'docker-compose' ] # reevaluate
35+
name: ['docker', 'docker-compose'] # reevaluate
3636

3737
- name: (Re-)start docker socket
3838
systemd:

resources/playbook/roles/bibigrid/tasks/042-slurm.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
uid: 64030
1010
group: slurm
1111

12-
#- name: Create pinning configuration for slurm-bibigrid version 23.11.*
13-
# copy:
14-
# content: |
15-
# Package: slurm-bibigrid
16-
# Pin: version 23.11.*
17-
# Pin-Priority: 1001
18-
# dest: /etc/apt/preferences.d/slurm-bibigrid
19-
# mode: "0o311"
12+
# - name: Create pinning configuration for slurm-bibigrid version 23.11.*
13+
# copy:
14+
# content: |
15+
# Package: slurm-bibigrid
16+
# Pin: version 23.11.*
17+
# Pin-Priority: 1001
18+
# dest: /etc/apt/preferences.d/slurm-bibigrid
19+
# mode: "0o311"
2020

2121
- name: Install slurm-bibigrid package
2222
apt:

0 commit comments

Comments
 (0)