Minor fixes
parent
1a6154f411
commit
5fa98c2a1e
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
|
||||
- name: Packages | Install useful packages
|
||||
- name: Common | Install useful packages
|
||||
pacman:
|
||||
state: present
|
||||
update_cache: yes
|
||||
# Move this to vars and add additional variable for custom packages
|
||||
name:
|
||||
- htop
|
||||
- nano
|
||||
|
@ -19,9 +20,10 @@
|
|||
- gptfdisk
|
||||
- bash-completion
|
||||
- git
|
||||
- bind
|
||||
|
||||
#- block:
|
||||
# - name: Packages | Install yay from aur
|
||||
# - name: Common | Install yay from aur
|
||||
# aur:
|
||||
# name: yay
|
||||
# use: makepkg
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- name: Deploy pacman main config
|
||||
- name: Common | Deploy pacman main config
|
||||
template:
|
||||
src: pacman.conf.j2
|
||||
dest: /etc/pacman.conf
|
||||
|
@ -8,7 +8,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Setup pacman repos
|
||||
- name: Common | Setup pacman repos
|
||||
template:
|
||||
src: mirrorlist.j2
|
||||
dest: /etc/pacman.d/mirrorlist
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- name: System | Set or/and generate locales
|
||||
- name: Common | Set or/and generate locales
|
||||
template:
|
||||
src: locale.gen.j2
|
||||
dest: /etc/locale.gen
|
||||
|
@ -9,7 +9,7 @@
|
|||
group: root
|
||||
notify: System | Generate locales
|
||||
|
||||
- name: System | Set system locale
|
||||
- name: Common | Set system locale
|
||||
template:
|
||||
src: locale.conf.j2
|
||||
mode: 0644
|
||||
|
@ -17,7 +17,7 @@
|
|||
group: root
|
||||
dest: /etc/locale.conf
|
||||
|
||||
- name: System | Set timezone
|
||||
- name: Common | Set timezone
|
||||
timezone:
|
||||
name: Europe/Moscow
|
||||
|
||||
|
|
Loading…
Reference in New Issue