--- - name: Install Git and Python hosts: All_server become: yes # برای اجرای دستورات با دسترسی ریشه tasks: - name: Install Git zypper: name: git state: present - name: Install Python zypper: name: python311 state: present