mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
- Added new 01_core.yml orchestrating all Bluesky role sub-tasks with run-once logic - Moved PDS and Social App routines to 02_pds.yml and 03_social_app.yml - Updated DNS task to 04_dns.yml - Reworked main.yml to delegate execution to 01_core.yml and prevent repeated runs - Corrected BLUESKY_GEOLOCATION_PATH to new upstream location: src/geolocation/index.tsx - Improved structure and clarity of the role, aligning with current Infinito.Nexus task layout https://chatgpt.com/share/69321001-b8cc-800f-9589-2250b8a97fd3
7 lines
158 B
YAML
7 lines
158 B
YAML
---
|
|
- name: "Execute Role (once)"
|
|
include_tasks: 01_core.yml
|
|
when: run_once_web_app_bluesky is not defined
|
|
vars:
|
|
application_id: 'web-app-bluesky'
|