diff --git a/pythonyml b/pythonyml new file mode 100644 index 0000000..d9f79b2 --- /dev/null +++ b/pythonyml @@ -0,0 +1,9 @@ +--- +- hosts: all + tasks: + - name: Package installation + dnf: + name: + - python3 + state: latest +Skip to the bottom of list