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
|
.PHONY: config
|
||||||
config: | venv $(ansible)
|
config: | venv $(ansible)
|
||||||
$(ansible_run)
|
$(ansible_run) --skip-tags system-update
|
||||||
|
|
||||||
.PHONY: system-update
|
.PHONY: system-update
|
||||||
system-update: $(ansible)
|
system-update: $(ansible)
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
when: distro == 'archlinux'
|
when: distro == 'archlinux'
|
||||||
tags: [system-update, never]
|
tags: [system-update]
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: install sudo
|
- name: install sudo
|
||||||
|
|||||||
Reference in New Issue
Block a user