Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Wednesday, 10 July 2019
Ansible playbook loop example
tasks:
- name: Create file
file:
path: "{{ item.path }}"
state: "{{ item.state }}"
loop:
- { path: '/tmp/raghu' , state: 'touch' }
- { path: '/opt/raghu' , state: 'touch' }
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment