Implement Singularity deployment from a DEB package
This commit is contained in:
12
roles/singularity_deb/molecule/default/converge.yml
Normal file
12
roles/singularity_deb/molecule/default/converge.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
|
||||
pre_tasks:
|
||||
- name: "Update apt cache"
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
cache_valid_time: 3600
|
||||
|
||||
roles:
|
||||
- role: "genlab.common.singularity_deb"
|
||||
Reference in New Issue
Block a user