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
|
become: true
|
||||||
task:
|
tasks:
|
||||||
- name: Print OS info
|
- name: Install Apache2
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: apache2
|
name: apache2
|
||||||
|
state: present
|
||||||
Loading…
Reference in a new issue