We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99a129 commit ab4ad18Copy full SHA for ab4ad18
tasks/runtime.yml
@@ -49,9 +49,11 @@
49
state: touch
50
owner: slurm
51
group: slurm
52
+ access_time: preserve
53
+ modification_time: preserve
54
when: openhpc_slurm_job_comp_type == 'jobcomp/filetxt'
- register: touch
- changed_when: "touch.diff.before == 'absent'" # fix for molecule idempotency test - ignore change to timestamps
55
+ # register: touch
56
+ # changed_when: "touch.diff.before == 'absent'" # fix for molecule idempotency test - ignore change to timestamps
57
58
- name: Template slurmdbd.conf
59
template:
0 commit comments