Added all files
This commit is contained in:
8
examples/012_mysql_management/control.yml
Normal file
8
examples/012_mysql_management/control.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- hosts: control
|
||||
become: true
|
||||
tasks:
|
||||
- name: install tools
|
||||
apt: name={{item}} state=present update_cache=yes
|
||||
with_items:
|
||||
- curl
|
||||
Reference in New Issue
Block a user