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 group: stephane
# - name: Create a directory if it does not exist - name: Create a directory if it does not exist
# become: true ansible.builtin.file:
# ansible.builtin.file: path: /root/test
# path: /root/test state: directory
# state: directory mode: '0755'
# mode: '0755' owner: root
# owner: root group: root
# group: root
- name: Update apt packages - name: Update apt packages
become: true become: true
apt: apt: