Actualiser playbook.yml

This commit is contained in:
2023-09-23 18:13:04 +02:00
parent ab66dc81e9
commit 02fb17e132

View File

@@ -20,14 +20,13 @@
group: stephane
# - name: Create a directory if it does not exist
# become: true
# ansible.builtin.file:
# path: /root/test
# state: directory
# mode: '0755'
# owner: root
# group: root
- name: Create a directory if it does not exist
ansible.builtin.file:
path: /root/test
state: directory
mode: '0755'
owner: root
group: root
- name: Update apt packages
become: true
apt: