mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1700 from holta/pastebinit
Install pkg pastebinit on all IIAB's
This commit is contained in:
commit
8ff0542200
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
state: present
|
state: present
|
||||||
when: is_debuntu | bool
|
when: is_debuntu | bool
|
||||||
|
|
||||||
- name: "Install 22 common packages: acpid, bridge-utils, bzip2, curl, gawk, hostapd, htop, i2c-tools, logrotate, make, mlocate, netmask, net-tools, ntfs-3g, pandoc, rsync, sudo, tar, unzip, usbmount, usbutils, wget"
|
- name: "Install 23 common packages: acpid, bridge-utils, bzip2, curl, gawk, hostapd, htop, i2c-tools, logrotate, make, mlocate, netmask, net-tools, ntfs-3g, pandoc, pastebinit, rsync, sudo, tar, unzip, usbmount, usbutils, wget"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- acpid
|
- acpid
|
||||||
|
@ -54,6 +54,7 @@
|
||||||
- ntfs-3g
|
- ntfs-3g
|
||||||
#- openssh-server # ssh (Raspbian) or openssh-server (other OS's) already installed by 1-prep's roles/sshd/tasks/main.yml
|
#- openssh-server # ssh (Raspbian) or openssh-server (other OS's) already installed by 1-prep's roles/sshd/tasks/main.yml
|
||||||
- pandoc
|
- pandoc
|
||||||
|
- pastebinit
|
||||||
- rsync
|
- rsync
|
||||||
- sudo
|
- sudo
|
||||||
- tar
|
- tar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue