diff --git a/test3.yml b/test3.yml new file mode 100644 index 0000000..c15d844 --- /dev/null +++ b/test3.yml @@ -0,0 +1,8 @@ +--- +- hosts: all + become: true + tasks: + - name: 1. installe Apache + apt: + name: apache2 + state: present \ No newline at end of file