Remove never tag, update Make target for system update
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ ansible_run = $(activate) && ansible-playbook -e ansible_python_interpreter=/usr
|
||||
|
||||
.PHONY: config
|
||||
config: | venv $(ansible)
|
||||
$(ansible_run)
|
||||
$(ansible_run) --skip-tags system-update
|
||||
|
||||
.PHONY: system-update
|
||||
system-update: $(ansible)
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
changed_when: false
|
||||
|
||||
when: distro == 'archlinux'
|
||||
tags: [system-update, never]
|
||||
tags: [system-update]
|
||||
|
||||
- block:
|
||||
- name: install sudo
|
||||
|
||||
Reference in New Issue
Block a user