From c38742df47a40d3b4e1fa8740950c87bb8499b2b Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 13 Feb 2021 22:42:10 +0100 Subject: [PATCH] Rerun prettier --- playbook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbook.yml b/playbook.yml index 27adc35..b634565 100644 --- a/playbook.yml +++ b/playbook.yml @@ -4,9 +4,9 @@ include_vars: '{{ item }}' with_first_found: - files: - - '{{ ansible_distribution|lower }}-{{ ansible_distribution_release|lower }}.yml' - - '{{ ansible_distribution|lower }}.yml' - - '{{ ansible_os_family|lower }}.yml' + - '{{ ansible_distribution|lower }}-{{ ansible_distribution_release|lower }}.yml' + - '{{ ansible_distribution|lower }}.yml' + - '{{ ansible_os_family|lower }}.yml' paths: - 'vars/' - name: install packages