Misc TODOs and fixes
This commit is contained in:
parent
647fd78ae2
commit
121f629bdb
6 changed files with 10 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
- name: install dotfiles
|
||||
command: "{{ ansible_user_dir }}/.dotfiles/config/scripts/dotfiles install"
|
||||
# TODO A python module to do that, so without an handler
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
dest: "{{ ansible_user_dir }}/.dotfiles"
|
||||
update: "{{ not has_forge_access }}"
|
||||
notify: install dotfiles
|
||||
# TODO Put actual dotfiles in a subdirectory of the repo, so we don't have to put everything in config
|
||||
|
||||
- name: Register as Ansible collection
|
||||
file:
|
||||
|
|
|
@ -8,3 +8,4 @@ User=
|
|||
AmbiantCapabilities=
|
||||
# It's not pretty, but other script only work with systemd or call resolvconf with -p,
|
||||
# which doesn't work without a local DNS resolver
|
||||
# TODO Local DNS resolver sounds nice anyway
|
||||
|
|
|
@ -361,3 +361,5 @@
|
|||
# $ sudoedit /etc/default/grub
|
||||
# Add resume=UUID=<UUID-of-swap-partition> to GRUB_CMDLINE_LINUX_DEFAULT
|
||||
# $ sudo grub-mkconfig -o /boot/grub/grub.cfg
|
||||
|
||||
# TODO udevil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue