소스 검색

root_users role instead of ssh_root_access

install fish on live image
main
부모
커밋
9f49b8ec9d
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tasks/main.yml
  2. +3
    -0
      vars/main.yml

+ 2
- 2
tasks/main.yml 파일 보기

@@ -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 파일 보기

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

# shells
- fish

# hardware utils
- pciutils
- usbutils


불러오는 중...
취소
저장