Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
ansible; add atool to package list
pull/1/head
10sr
10 anni fa
parent
a273ae07d8
commit
57aa1407bf
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
ansible/utilities.yml
+ 1
- 1
ansible/utilities.yml
Vedi File
@@ -1,7 +1,7 @@
---
- hosts: all
vars:
packages: [rsync, git, htop, sl]
packages: [rsync, git, htop, sl
, atool
]
tasks:
- name: install packages for pacman
pacman: pkg={{ item }} state=installed
Scrivi
Anteprima
Caricamento…
Annulla
Salva