This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-live-build
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
root_users role instead of ssh_root_access
install fish on live image
master
Markus Katharina Brechtel
7 years ago
parent
231b48695a
commit
9f49b8ec9d
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tasks/main.yml
+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
Write
Preview
Loading…
Cancel
Save