Loading playbook.yml +2 −1 Original line number Diff line number Diff line --- - hosts: all pre_tasks: - name: APT install Python3, Tox, Cron - name: APT install Python3, Tox, Cron, Unison apt: name: - python3 - tox - cron-daemon - unison state: present update_cache: True cache_valid_time: 3600 Loading Loading
playbook.yml +2 −1 Original line number Diff line number Diff line --- - hosts: all pre_tasks: - name: APT install Python3, Tox, Cron - name: APT install Python3, Tox, Cron, Unison apt: name: - python3 - tox - cron-daemon - unison state: present update_cache: True cache_valid_time: 3600 Loading