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

Update file Playbook-Test.yaml

parent d391ba65
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,12 @@
become: true
tasks:
- name: Install python3 if needed
- name: Installiert python3 wenn benötigt für Ansible
package:
name: python3
state: present
vars:
ansible_python_interpreter: /usr/bin/python3
- name: Update VM
- 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