Skip to content

Commit

Permalink
make qeapp image an option in inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Dec 20, 2023
1 parent 66ef818 commit 6ed2c3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ all:
build_dir: "/tmp"
run_tests: true

# AiiDAlab options
vm_qeapp_image: "ghcr.io/aiidalab/qe:v23.10.0"

# Readme and Release Notes (populated by roles during build)
qm_homepage: "https://quantum-mobile.readthedocs.io"
readme_vm_path: "/home/{{ vm_user }}/README.md"
Expand Down
2 changes: 1 addition & 1 deletion playbook-aiidalab-qe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
become_user: "{{ vm_user }}"
import_tasks: local/tasks/aiidalab.yml
vars:
vm_qeapp_image: "ghcr.io/aiidalab/qe:v23.10.0rc0"
vm_qeapp_image: "{{ vm_qeapp_image }}"

post_tasks:

Expand Down

0 comments on commit 6ed2c3a

Please sign in to comment.