Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 383 Bytes

conditionals.rst

File metadata and controls

35 lines (21 loc) · 383 Bytes

Conditionals

with_items

- name: install packages
  package: name={{ item }} state=latest
  with_items:
  - git
  - htop
  - nmap

failed_when

changed_when

until

ignore_errors