Update examples to Ansible 2.5.

This commit is contained in:
Rudd-O 2018-05-03 20:35:58 +00:00
parent aa43cda08d
commit 7417cddbd1
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
- hosts: templatevms - hosts: templatevms
sudo: True become: True
tasks: tasks:
- name: Deploy some editors - name: Deploy some editors

View File

@ -1,7 +1,7 @@
--- ---
- hosts: templatevms - hosts: templatevms
sudo: True become: True
vars: vars:
description: 'Qubes hello world' description: 'Qubes hello world'
name: 'helloworld' name: 'helloworld'

View File

@ -1,6 +1,6 @@
--- ---
- hosts: dom0 - hosts: dom0
sudo: True become: True
gather_facts: False gather_facts: False
tasks: tasks:
- name: ensure that Salt /srv/user_salt directory exists - name: ensure that Salt /srv/user_salt directory exists

View File

@ -1,7 +1,7 @@
--- ---
- hosts: templatevms - hosts: templatevms
sudo: True become: True
tasks: tasks:
- name: Set up service - name: Set up service
template: template: