edit
This commit is contained in:
parent
77fbfdf0ff
commit
7ff7b09f95
1 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
- hosts: my_servers
|
||||
- hosts: "{{ target_hosts }}"
|
||||
become: true
|
||||
task:
|
||||
- name: Print OS info
|
||||
tasks:
|
||||
- name: Install Apache2
|
||||
ansible.builtin.package:
|
||||
name: apache2
|
||||
state: present
|
||||
Loading…
Reference in a new issue