From 50ecad59b5382b78755b4c1ad1c9a98c714aa013 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 31 Oct 2020 15:54:39 +0100 Subject: [PATCH] Reorganize Makefile Signed-off-by: Matej Focko --- Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 43d9878..308e23c 100644 --- a/Makefile +++ b/Makefile @@ -3,18 +3,20 @@ ANSIBLE_PYTHON := /usr/bin/python3 AP := ansible-playbook -vv -K -c local -i localhost, -e ansible_python_interpreter=$(ANSIBLE_PYTHON) +deps: + ansible-galaxy collection install community.general + +# Fedora +fedora-deps: + sudo dnf install -y ansible ansible-collection-community-general + fedora-bootstrap: $(AP) playbooks/fedora.yml fedora-release-upgrade: $(AP) playbooks/fedora_upgrade.yml -deps: - ansible-galaxy collection install community.general - -fedora-deps: - sudo dnf install -y ansible ansible-collection-community-general - +# Scripts gpg: bash scripts/generate_gpg.sh