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