refactor: update project references from Agathos to Ouranos across documentation and configuration files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Stop Agathos Sandbox Uranian Hosts
|
||||
- name: Stop Ouranos Sandbox Uranian Hosts
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
vars:
|
||||
@@ -16,7 +16,7 @@
|
||||
tasks:
|
||||
- name: Stop Uranian host containers
|
||||
ansible.builtin.command:
|
||||
cmd: incus stop {{ item }} --project agathos
|
||||
cmd: incus stop {{ item }} --project ouranos
|
||||
loop: "{{ uranian_hosts }}"
|
||||
register: stop_result
|
||||
failed_when: stop_result.rc != 0 and 'not running' not in stop_result.stderr
|
||||
|
||||
Reference in New Issue
Block a user