rename 'pattern' to 'hosts' in playbook format.

This commit is contained in:
Michael DeHaan
2012-03-01 22:20:45 -05:00
parent 687a315a80
commit 5040c01640
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
---
- pattern: '*'
hosts: '/etc/ansible/hosts'
- hosts: '*'
tasks:
- name: configure template & module variables for future template calls
action: setup http_port=80 max_clients=200

View File

@@ -1,6 +1,5 @@
---
- pattern: '*'
hosts: /etc/ansible/hosts
- hosts: '*'
tasks:
- name: config step
action: setup a=2 b=3 c=4