--- - name: Remove Packages hosts: zapp2 gather_facts: no become: yes tasks: - name: Install terminator apt: pkg: terminator state: absent
ansible-playbook install_packages.yaml --ask-become-pass
2021-12-17 06:43:02
--- - name: Remove Packages hosts: zapp2 gather_facts: no become: yes tasks: - name: Install terminator apt: pkg: terminator state: absent
ansible-playbook install_packages.yaml --ask-become-pass