From d17ef1afbd222b1ed08549e87eae0a3be0cf2f6a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 1 Feb 2021 05:51:00 -0600 Subject: [PATCH] Comment out keys import so I can test Debian. --- local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.yml b/local.yml index e73c830..f837b7e 100644 --- a/local.yml +++ b/local.yml @@ -20,8 +20,8 @@ - include: tasks/general/acct_mgmt/groups.yml - include: tasks/general/acct_mgmt/users.yml - include: tasks/general/acct_mgmt/sudo.yml - - include: tasks/general/acct_mgmt/keys.yml - when: ansible_distribution != "Debian" + #- include: tasks/general/acct_mgmt/keys.yml + # when: ansible_distribution != "Debian" - include: tasks/general/acct_mgmt/mounts.yml - include: tasks/general/cron/ansible.yml