Skip to content
Snippets Groups Projects
Commit 5eb772b9 authored by eturkmen's avatar eturkmen
Browse files

Delete Playbook-Test.yaml

parent 0d456e0b
No related branches found
No related tags found
No related merge requests found
---
- hosts: all
become: true
tasks:
- name: Installiert python3 wenn benötigt für Ansible
package:
name: python3
state: present
- name: Update Job
dnf:
name: '*'
state: latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment