basics.yml aktualisiert

This commit is contained in:
olli 2023-08-22 14:09:43 +02:00
parent f2d03210f5
commit 5da8f1a9c8

View File

@ -2,9 +2,11 @@
- name: Basic Debian Linux Setup - name: Basic Debian Linux Setup
hosts: all hosts: all
tasks: tasks:
#- name: Print all available facts
# ansible.builtin.debug: - name: Print all available facts
# var: ansible_facts ansible.builtin.debug:
var: ansible_facts
- name: check if we are in an container env by existing systemd - name: check if we are in an container env by existing systemd
stat: stat: