add tasks file and some modifications
This commit is contained in:
parent
5548a28927
commit
1a2651a7b5
@ -2,7 +2,7 @@
|
||||
connection: local
|
||||
become: true
|
||||
|
||||
pre-task:
|
||||
pre-tasks:
|
||||
name: Update repository
|
||||
pacman:
|
||||
update_cache: yes
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Install htop
|
||||
pacman:
|
||||
name: htop
|
||||
- name: Install basic packages
|
||||
pacman:
|
||||
name:
|
||||
- vim
|
||||
- less
|
||||
- man-pages
|
||||
- man-db
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user