Add TODOs

This commit is contained in:
Daniel Flanagan 2022-02-01 17:09:59 -06:00
parent d5e6080655
commit eda32db757
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -1,7 +1,13 @@
# TODO: how can I "share" the `aur_builder` username # TODO: how can I "share" the `aur_builder` username
# TODO: how can I avoiding repeating tasks if I know they're done? # TODO: how can I avoiding repeating tasks if I know they're done?t remote add origin ssh://git@git.lyte.dev:2222/lytedev/home-k8s-cluster.git
- include_tasks: ./create-aur-builder.yml - include_tasks: ./create-aur-builder.yml
when: ansible_facts.os_family == 'Archlinux' when: ansible_facts.os_family == 'Archlinux'
- include_tasks: ./install-yay-bin.yaml - include_tasks: ./install-yay-bin.yaml
when: ansible_facts.os_family == 'Archlinux' when: ansible_facts.os_family == 'Archlinux'
# TODO:
# - update everything
# - install k8s
# - join cluster?