• 9 Posts
  • 556 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2024

help-circle










  • Laser@feddit.orgtoMicroblog Memes@lemmy.worldIt's just aging /s
    link
    fedilink
    English
    arrow-up
    185
    arrow-down
    15
    ·
    12 days ago

    On the other hand, men on average live shorter, and we just go “well it’s just risky behavior and physical labor I guess 🤷‍♂️” and they’re aren’t any task forces for that either, truth is we as a society don’t care enough about these issues regardless of sex




  • I was talking about playbooks mostly, not individual tasks.

    E.g. if you have a playbook where in one location you make sure a package is installed and in another to add a line to its config files, you need to ensure installation is performed first.

    Another generic example is conflicting definitions, e.g. you define a package as present and somewhere else you define that one of its dependencies should be absent. Depending on the order, you either get an error or it works fine (but ignores the package absent directive). Or is my understanding wrong here?