Explorar el Código

root_users role instead of ssh_root_access

install fish on live image
main
padre
commit
9f49b8ec9d
Se han modificado 2 ficheros con 5 adiciones y 2 borrados
  1. +2
    -2
      tasks/main.yml
  2. +3
    -0
      vars/main.yml

+ 2
- 2
tasks/main.yml Ver fichero

@@ -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 Ver fichero

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

# shells
- fish

# hardware utils
- pciutils
- usbutils


Cargando…
Cancelar
Guardar