mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-05 16:03:22 +00:00
FIx to work in WSL
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
import_tasks: tasks/installer.yml
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ ansible_facts.user_dir }}/.venv/ansible/bin/python3"
|
||||
when:
|
||||
- inventory_hostname == "olympus.juva.tjas"
|
||||
tags:
|
||||
- installer
|
||||
- never
|
||||
@@ -18,6 +20,8 @@
|
||||
import_tasks: tasks/maintenance.yml
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ ansible_facts.user_dir }}/.venv/ansible/bin/python3"
|
||||
when:
|
||||
- inventory_hostname == "olympus.juva.tjas"
|
||||
tags:
|
||||
- maintenance
|
||||
- never
|
||||
@@ -26,6 +30,8 @@
|
||||
import_tasks: tasks/deployer.yml
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ ansible_facts.user_dir }}/.venv/ansible/bin/python3"
|
||||
when:
|
||||
- inventory_hostname == "olympus.juva.tjas"
|
||||
tags:
|
||||
- deployer
|
||||
- never
|
||||
|
Reference in New Issue
Block a user