Commit Graph

11 Commits

Author SHA1 Message Date
Matthew Stobbs
d1d556d425 modified make, fixed packages and vars
- the make helper now has distinct build stages
  - configure: is now defined in pkg.targets.configure
  - build: is now defined in pkg.targets.build
  - install: is now defined in pkg.targets.install
  - added pre-install: which is a list of targets that are looped over
before install
  - added post-instal: which is a list of targets that are looped over
after install

- removed major package level variables from vars/main.yml
  - moving those variables into actual package level variables as
defaults
  - if the values are defined they will be used instead of defaults
2026-03-19 13:39:26 -06:00
Matthew Stobbs
ac0ac25bba have a workign copy now 2026-03-17 16:19:15 -06:00
Matthew Stobbs
065031b77f finished with a bunch more 2026-03-03 15:08:15 -07:00
Matthew Stobbs
ceabce67e4 removed bool check
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
2025-05-12 14:24:27 -06:00
Matthew Stobbs
aff4fddfb4 fix broken packages
- standardize naming of each pkg append
- move _configured vars to end of block
2025-03-09 21:48:11 -06:00
Matthew Stobbs
2ce49c9b85 updated tasks so they are only run once 2025-03-03 12:04:09 -07:00
Matthew Stobbs
852fe8eb7d more package fixes 2025-02-21 22:59:24 -07:00
Matthew Stobbs
c9e5f7f9ab set filetype to yaml.ansible for all yml files 2025-02-09 18:24:38 -07:00
Matthew Stobbs
66eaed6e4b fixing formatting and dependencies 2025-01-25 18:45:37 -07:00
Matthew Stobbs
391e8ee226 fixing packages 2025-01-25 17:54:26 -07:00
Matthew Stobbs
6fa5a46701 configuring more packages 2025-01-22 22:14:49 -07:00