aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2021-03-19 22:02:51 +0100
committerbinary <me@rgoncalves.se>2021-03-19 22:02:51 +0100
commit3252c27b0ab736098761659065c6c6dfc0dfb431 (patch)
tree2f0d1b83ddee6a79cc493f7c0dc7264c02474812 /roles
parentb4745a6109e5b89c6d54980cf620baabebecde0e (diff)
downloadold-infrastructure-3252c27b0ab736098761659065c6c6dfc0dfb431.tar.gz
Get rid of deprecated agnostic variables
Diffstat (limited to 'roles')
-rw-r--r--roles/rc/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/rc/tasks/main.yml b/roles/rc/tasks/main.yml
index 8ba98aa..c8a7e90 100644
--- a/roles/rc/tasks/main.yml
+++ b/roles/rc/tasks/main.yml
@@ -4,7 +4,7 @@
---
- name: include rc task per-system
- include_tasks: "rc_{{ os_distribution }}.yml"
+ include_tasks: "rc_{{ ansible_distribution | lower }}.yml"
- name: start and enable service on boot
service:
remember that computers suck.