mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
rename 'pattern' to 'hosts' in playbook format.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
- pattern: '*'
|
||||
hosts: /etc/ansible/hosts
|
||||
- hosts: '*'
|
||||
tasks:
|
||||
- name: config step
|
||||
action: setup a=2 b=3 c=4
|
||||
|
||||
Reference in New Issue
Block a user