Skip to content
Snippets Groups Projects
Commit 88af63c7 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: Fix makefile

parent b75f585b
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,10 @@ $(PLAYBOOKS) : init-plugins ...@@ -11,10 +11,10 @@ $(PLAYBOOKS) : init-plugins
paradise : pontos anna antea arke pythia paradise : pontos anna antea arke pythia
init-plugins: _plugins_stamp/v1 init-plugins: _plugins_stamp/v2
_plugins_stamp/v1 : _plugins_stamp/v2 :
ansible-galaxy collection install community.general ansible-galaxy collection install -U community.general
mkdir -p _plugins_stamp mkdir -p _plugins_stamp
touch $@ touch $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment