Bugfixes (#30)
* Change order of lynis and nmap so that nmap can use its folder. * Add a few more essentials.
This commit is contained in:
@ -49,6 +49,7 @@
|
||||
- zsh
|
||||
- "{{ opensshd }}"
|
||||
- "{{ tar }}"
|
||||
- curl
|
||||
state: present
|
||||
|
||||
- name: General | Software | Packages | Install Software (DEV)
|
||||
@ -75,8 +76,9 @@
|
||||
- name: General | Software | Services | Install "Bloat" (Looking at you, Arch Base)
|
||||
package:
|
||||
name:
|
||||
- which
|
||||
- cronie
|
||||
- which
|
||||
- cronie
|
||||
- vi
|
||||
state: present
|
||||
when: ansible_distribution == "Archlinux"
|
||||
|
||||
|
Reference in New Issue
Block a user