„mkdir.yml“ hinzufügen

master
Raimund Konz 1 year ago
parent 555c1ecf77
commit 385f0dfccf

@ -0,0 +1,8 @@
---
- name: Create Ansible folder
hosts: all
become: true
tasks:
- name: Create ansible directory
command: mkdir /home/ubuntu/ansible
Loading…
Cancel
Save