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
sudo: True
become: True
tasks:
- name: Deploy some editors

View File

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

View File

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

View File

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