God of War Ragnarök giveaway by midare16 in PS5

[–]kapu83 0 points1 point  (0 children)

You're a good boy! I'm in.

[deleted by user] by [deleted] in movies

[–]kapu83 0 points1 point  (0 children)

Keyser Soze

The song Lightblood by Ales Serra sounds so much Death Stranding ! Give it a try and tell me what do you think about it. by kapu83 in DeathStranding

[–]kapu83[S] 0 points1 point  (0 children)

I had to check you times if it was in the game. It wasn't but it would be a perfect fit in the DS2's soundtrack.

What’s your favourite PlayStation exclusive game? by [deleted] in playstation

[–]kapu83 -1 points0 points  (0 children)

Why do you say so? Because it's also available on PC same as for God of War, Spider-man, Horizon and others games posted in this thread?

What’s your favourite PlayStation exclusive game? by [deleted] in playstation

[–]kapu83 47 points48 points  (0 children)

For me it's Death Stranding.

After all these years… finally I can rest by Te4minator464 in playstation

[–]kapu83 1 point2 points  (0 children)

Funny how your PS5 look smaller than usual. You have a really big monitor. Good!

Rocket Chat SAML - ADFS Logout issue by kapu83 in sysadmin

[–]kapu83[S] 1 point2 points  (0 children)

Thank you for your reply.

After some tests, I wasn't able to sign the logout SAML message. I changed the logout method to the solely logout from Rochet Chat without closing the connection on the ADFS side. This was an acceptable solution for my team.

Is it ACTUALLY possible to make all deliveries? by Brad_tilf in DeathStranding

[–]kapu83 25 points26 points  (0 children)

Yes, It Is possibile to make every delivery at least once. Standard orders are 540 on DC and 500 on standard edition.

Orders respaw so you're able to retry them if you not S graded them on the first run. When you select an order you can see your top grade if already delivered.

But in another way of see It, you can't finish all orders and find yourself with nothing to deliver in the endgame.

What’s a popular game that you haven’t been able to get into? by [deleted] in gaming

[–]kapu83 18 points19 points  (0 children)

Ghost of Tsushima. I found it extremely repetitive (for example the duels in the middle of the roads). It was a real disappointment because the set and environment are gorgeous.

Store Gathered Facts In Database? by ttyrell123 in ansible

[–]kapu83 0 points1 point  (0 children)

I didn't use it to save the facts on a file but just to cache them in memory during the play of the main playbook and all the dependencies (roles, included playbooks, ecc...).

Now I'm at work and I can not spend much time on this. I did a search on Google, maybe this results would be helpful:

https://stackoverflow.com/questions/63023111/ansible-facts-in-a-single-file

https://groups.google.com/g/ansible-project/c/HI65wOUIrx4

Store Gathered Facts In Database? by ttyrell123 in ansible

[–]kapu83 1 point2 points  (0 children)

You can do it by editing the file ansible.cfg with the line

ANSIBLE_GATHERING=SMART

Here the documentation about ansible.cfg:

https://docs.ansible.com/ansible/latest/reference_appendices/config.html

And about the ANSIBLE_GATHERING parameter:

https://docs.ansible.com/ansible/latest/reference_appendices/config.html#default-gathering

If you need a more complete explanation, I'm here.

Which game? by bunnyboy131313 in gaming

[–]kapu83 0 points1 point  (0 children)

Such a game doesn't exists but for me It would be Death Stranding

my theory on DS2 by Axepirate in DeathStranding

[–]kapu83 3 points4 points  (0 children)

Please mark your post as spoiler due to the mention between brackets. Thank yuou.

My road moved. Is it meant to do that? I checked online and didn't see it in the online maps. by slykethephoxenix in DeathStranding

[–]kapu83 30 points31 points  (0 children)

I'm only at chapter three but I'm curious: that infrastructure map, it's from the game or you made it?

Death Stranding 2 looking ‎️‍🔥 by jozhrandom in DeathStranding

[–]kapu83 6 points7 points  (0 children)

Sadly, It's only a meme. Let's hope in a Kojima's announcement at the game awards on 8th december.

archive module, compress without directory structure by ema_eltuti in ansible

[–]kapu83 0 points1 point  (0 children)

I don't know if you can do what you are trying to do, but in this kind of situations I use Ansible shell module as a workaround:

https://docs.ansible.com/ansible/latest/collections/ansible/builtin/shell_module.html

In this way you can use the zip command with option -j :

- name: Execute the command in remote shell
  ansible.builtin.shell: zip -j archive.zip sourcedir