Browse Source

root_users role instead of ssh_root_access

install fish on live image
main
parent
commit
9f49b8ec9d
2 changed files with 5 additions and 2 deletions
  1. +2
    -2
      tasks/main.yml
  2. +3
    -0
      vars/main.yml

+ 2
- 2
tasks/main.yml View File

@@ -35,9 +35,9 @@
args:
chdir: "{{ live_build_directory }}"

- name: ssh root access
- name: root user
include_role:
name: ssh_root_access
name: root_user
vars:
root_target_directory: "{{ live_build_directory }}/config/includes.chroot/"



+ 3
- 0
vars/main.yml View File

@@ -3,6 +3,9 @@ live_build_common_packages:
- python
- console-setup

# shells
- fish

# hardware utils
- pciutils
- usbutils


Loading…
Cancel
Save