--- # The zypper module requires python-xml on openSUSE. - name: Install CLI packages become: true zypper: name: '{{ packages }}' state: present vars: packages: - ansible - aspell-en - bc - bind-utils - clang - git - gpg2 - lldb - mc - nmap - nodejs10 - onedrive - openssh - python-xml - python3 - python3-psutil - ruby2.5-rubygem-asciidoctor - sqlite3 - sudo - tmux - vim - zsh