Amedee Van Gasse

Results 19 comments of Amedee Van Gasse

> For anyone looking for a fix, see this fork: https://github.com/dheerapat/vagrant-vbguest The fixed fork works. I submitted a pull request to fix grammar and spelling errors in the readme.

Can I help with this PR? It appears to solve an issue I have. Although I don't know any Python, but then I'll just learn it.

@prahal what needs to be done to get that confirmation and who is to give that confirmation? Don't worry about getting the PR merged, I'll take care of that. I...

Did you run `backup.py` or `./backup.py`? The `./` makes a big difference! If you don't give your shell a path to find a command, it will first look at al...

Could be a nice improvement, to add the MiaB management directory to the command search path. I'm going to make that customization.

> I had the same thought about appending the MiaB management directory to the command search path. I created a file named “Mail-in-a-Box_management.sh” owned by 0:0 with mode 644 and...

I am using `debops.apt_install` (debops version 3.2.4) as a separate role and I am confronted with a `distutils` error: ``` TASK [debops.debops.apt_install : Pre hooks] *********************************** task path: /home/runner/.ansible/collections/ansible_collections/debops/debops/roles/apt_install/tasks/main.yml:19 An...

I think there's something wrong with this `when` condition, but I can't figure out what. ```yaml when: (item.state | d("present") == 'absent' and ((ansible_system_capabilities_enforced | d()) | bool and "cap_sys_admin"...

> What happens if you use `[email protected]` instead of `@v3`? The README.md in this repo may be out of date. I use `FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6` and I also get this error.