This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
ansible: install htop
pull/1/head
10sr
10 years ago
parent
3972489264
commit
5556a51262
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
ansible/ansible.yml
+ 2
- 2
ansible/ansible.yml
View File
@@ -2,9 +2,9 @@
- hosts: all
sudo: yes
vars:
packages: [rsync, git]
packages: [rsync, git
, htop
]
tasks:
- name:
I
nstall packages
- name:
i
nstall packages
action: pacman pkg={{ item }} state=installed
with_items: packages
when: ansible_os_family == "Archlinux"
Write
Preview
Loading…
Cancel
Save