Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- ---
- - hosts: all
- sudo: yes
- tasks:
- - name: Install packages
- action: pacman pkg={{ item }} state=installed
- with_items:
- - rsync
- - git
- # handlers:
- # - name: restart ntpd
- # action: service name=ntpd state=restarted
|