Giter VIP home page Giter VIP logo

Comments (4)

clidx avatar clidx commented on June 6, 2024

"include" has been deprecated. https://docs.ansible.com/ansible/latest/collections/ansible/builtin/include_module.html#deprecated

It's been split into different modules. I tried doing a find/replace to change all include to import-playbook but import-playbook isn't the correct one for every instance of include in all the .yml files so no there's quick hack to fix this.

So the last commit was well over a year ago. I'll try and fix this, if I can I'll fork and post here again.

from pimp-my-box.

clidx avatar clidx commented on June 6, 2024

Well that was easy... I think, because I've run into a sudo issue trying to execute the playbook so can't really test it yet, but ansible doesn't complain about include anymore. Give it a go and let me know if it works so I can raise a PR. https://github.com/clidx/pimp-my-box

from pimp-my-box.

tbennett6421 avatar tbennett6421 commented on June 6, 2024

recommend you add become: True to the deadsnakes ppa as well.
pimp-my-box/roles/common/tasks/main.yml:4

I continued to run into issues installing. But I'm using ubuntu 22 which may be why.
That being said, your solution did get ansible to begin running the play.

from pimp-my-box.

clidx avatar clidx commented on June 6, 2024

It's not up-to-date for newer versions of Ubuntu and Debian. I had to add Become: True to a lot of commands as a lot of them install packages or change things for the rtorrent user, and pyrocore still wouldn't install because it's based on python 2 and many of the packages only exist for python 3 now. Even after changing the required packages and setting ansible to use the system python interpreter, pyrocore still doesn't install.

I've given up on pyrocore, luckily I don't need the extra tools for my workflow, however I couldn't even get rtorrent-PS to compile with the provided script. rtorrent-PS-ch compiles fine though so I'm using that.

from pimp-my-box.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.