Skip to content

Conversation

@tlockney
Copy link
Owner

@tlockney tlockney commented Jan 1, 2026

bootstrap script:

  • Filter out --dev from args before passing to ansible-playbook
  • Previously --dev was passed through causing "unrecognized arguments" error

playbook.yml:

  • Remove self-referencing is_desktop from vars (caused templating error)
  • Move desktop detection entirely to pre_tasks with proper conditionals
  • Use "is_desktop is not defined" to allow --extra-vars override

bootstrap script:
- Filter out --dev from args before passing to ansible-playbook
- Previously --dev was passed through causing "unrecognized arguments" error

playbook.yml:
- Remove self-referencing is_desktop from vars (caused templating error)
- Move desktop detection entirely to pre_tasks with proper conditionals
- Use "is_desktop is not defined" to allow --extra-vars override
@tlockney tlockney merged commit 186693f into main Jan 1, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants