mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
Removed redundancies and simplified run_once flag
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
- block:
|
||||
- include_role:
|
||||
name: dev-gcc
|
||||
when: run_once_dev_gcc is not defined
|
||||
|
||||
- include_role:
|
||||
name: dev-gcc
|
||||
when: run_once_dev_gcc is not defined
|
||||
- name: python pip install
|
||||
community.general.pacman:
|
||||
name: python-pip
|
||||
state: present
|
||||
|
||||
- name: python pip install
|
||||
community.general.pacman:
|
||||
name: python-pip
|
||||
state: present
|
||||
|
||||
- include_tasks: utils/once/finalize.yml
|
||||
vars:
|
||||
flush_handlers: false
|
||||
- include_tasks: utils/once/flag.yml
|
||||
when: run_once_dev_python_pip is not defined
|
||||
|
||||
Reference in New Issue
Block a user