File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 update_cache : yes
1212 when : (ansible_distribution == "Debian" and ansible_distribution_major_version == "9") or
1313 (ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "16")
14- tags :
14+ tags :
1515 - install
1616
1717- name : Install dependencies on Debian Buster / Ubuntu Bionic systems
2626 update_cache : yes
2727 when : (ansible_distribution == "Debian" and ansible_distribution_major_version == "10") or
2828 (ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "18")
29- tags :
29+ tags :
3030 - install
3131
3232- name : Install dependencies on RHEL/CentOS/Fedora systems
4141 when : (ansible_distribution == "RedHat") or
4242 (ansible_distribution == "CentOS") or
4343 (ansible_distribution == "Fedora")
44- tags :
44+ tags :
4545 - install
You can’t perform that action at this time.
0 commit comments