mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Move to more distro-specific package installation.
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: linux-common
|
- role: linux_common
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Note: Try and limit these to packages that are distro-specific, and
|
# Note: Try and limit these to packages that are distro-specific, and
|
||||||
# place commonly-named ones below.
|
# place commonly-named ones below.
|
||||||
- name: Install distro-specific prerequisites
|
- name: Install distro-specific prerequisites
|
||||||
include: "{{ ansible_os_family|lower }}.yml"
|
include: "{{ ansible_distribution|lower }}.yml"
|
||||||
|
|
||||||
- name: Install common support packags
|
- name: Install common support packags
|
||||||
package:
|
package:
|
||||||
|
|||||||
Reference in New Issue
Block a user