Add more tools such as emacs-nox
							parent
							
								
									2b4c0ddfe4
								
							
						
					
					
						commit
						a93c453364
					
				| 
						 | 
					@ -8,10 +8,15 @@
 | 
				
			||||||
      - ntp  # network time sync
 | 
					      - ntp  # network time sync
 | 
				
			||||||
      - apt  # better than apt-get
 | 
					      - apt  # better than apt-get
 | 
				
			||||||
      - vim  # better than nano @vulcain
 | 
					      - vim  # better than nano @vulcain
 | 
				
			||||||
 | 
					      - emacs-nox  # for maman
 | 
				
			||||||
      - htop  # better than top
 | 
					      - htop  # better than top
 | 
				
			||||||
      - zsh  # to be able to ssh @erdnaxe
 | 
					      - zsh  # to be able to ssh @erdnaxe
 | 
				
			||||||
      - fish  # to motivate @edpibu
 | 
					      - fish  # to motivate @edpibu
 | 
				
			||||||
      - oidentd  # postgresql identification
 | 
					      - oidentd  # postgresql identification
 | 
				
			||||||
 | 
					      - aptitude  # nice to have
 | 
				
			||||||
 | 
					      - acl  # advanced ACL
 | 
				
			||||||
 | 
					      - iotop  # monitor i/o
 | 
				
			||||||
 | 
					      - tree  # <3
 | 
				
			||||||
  register: apt_result
 | 
					  register: apt_result
 | 
				
			||||||
  retries: 3
 | 
					  retries: 3
 | 
				
			||||||
  until: apt_result is succeeded
 | 
					  until: apt_result is succeeded
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue