Skip to content

Commit 9d1d84a

Browse files
committed
remove unused podman temp dir variable
1 parent 9e30bf6 commit 9d1d84a

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
podman_users:
22
- name: "{{ ansible_user }}"
3-
podman_tmp_dir_root: /run # MUST be on a tmpfs

ansible/roles/podman/tasks/validate.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

ansible/validate.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@
2929
'enable_configless' not found in openhpc_config.SlurmctldParameters - is variable openhpc_config overridden?
3030
Additional slurm.conf parameters should be provided using variable openhpc_config_extra.
3131
success_msg: Checked Slurm will be configured for configless operation
32-
33-
- name: Validate podman configuration
34-
hosts: podman
35-
gather_facts: false
36-
tags: podman
37-
tasks:
38-
- import_role:
39-
name: podman
40-
tasks_from: validate.yml
41-
tags: validate
4232

4333
- name: Validate filebeat configuration
4434
hosts: filebeat

0 commit comments

Comments
 (0)