/root/testfile1: file.managed: - source: salt://prod/voip/root/testfile1 echo_stuff: cmd.run: - cwd: / - name: echo hello_world - require: - file: /root/testfile1 ...
This repository contains solutions to Python assignments from the "Python – Automation & Machine Learning" course by Marvellous Infosystems. Each assignment focuses on core concepts like conditionals, ...