Skip to content

Commit

Permalink
feat: container (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 authored Jan 11, 2025
1 parent e94e08a commit a91cae2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ansible/roles/dev_desktop/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
- import_tasks: vscode.yml
# - import_tasks: docker.yml
- import_tasks: docker.yml
when: ansible_facts['distribution_release'] == 'jammy'
- import_tasks: podman.yml
when: ansible_facts['distribution_release'] == 'noble'

0 comments on commit a91cae2

Please sign in to comment.