The ACM certificate resource allows requesting and management of certificates from the Amazon Certificate Manager.
Name | Version |
---|---|
terraform | >= 0.14 |
aws | >= 3 |
--- | |
- name: Check if brew binary exists | |
ansible.builtin.stat: | |
path: "{{ homebrew_prefix }}/bin/brew" | |
register: brew_check | |
- name: Determine Homebrew ownership variables |
# Base | |
FROM node:16.16.0-alpine3.16 AS base | |
WORKDIR /opt/app | |
RUN apk update && \ | |
apk add --no-cache jq | |
COPY package.json ./package.json | |
COPY package-lock.json ./package-lock.json |
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "BasePermissions", | |
"Effect": "Allow", | |
"Action": [ | |
"s3:ListAllMyBuckets", | |
"sns:GetSubscriptionAttributes", | |
"sns:GetTopicAttributes", |
GameAction [AppID 719040, ActionID 2] : LaunchApp changed task to ProcessingInstallScript with "" | |
GameAction [AppID 719040, ActionID 2] : LaunchApp changed task to SynchronizingCloud with "" | |
GameAction [AppID 719040, ActionID 2] : LaunchApp changed task to SiteLicenseSeatCheckout with "" | |
GameAction [AppID 719040, ActionID 2] : LaunchApp changed task to CreatingProcess with "" | |
GameAction [AppID 719040, ActionID 2] : LaunchApp waiting for user response to CreatingProcess "" | |
GameAction [AppID 719040, ActionID 2] : LaunchApp continues with user response "CreatingProcess" | |
Game update: AppID 719040 "", ProcID 677, IP 0.0.0.0:0 | |
ERROR: ld.so: object '/home/tabris/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
Starting app 719040 | |
>>> Adding process 677 for game ID 719040 |
I hereby claim:
To claim this, I am signing this object:
[tabris@ENE ~]$ cat /proc/asound/cards | |
0 [PCH ]: HDA-Intel - HDA Intel PCH | |
HDA Intel PCH at 0xf7f10000 irq 29 | |
1 [HDMI ]: HDA-Intel - HDA ATI HDMI | |
HDA ATI HDMI at 0xf7e60000 irq 30 | |
####### | |
[tabris@ENE ~]$ lsmod | |
Module Size Used by |
for artifact in ${ARTIFACTS[*]}; do | |
filename=$(echo ${artifact} | awk -F "${VERSION}/" '{print $2}') | |
curl --silent -u ${USER} -o ${filename} ${artifact} | |
done |
>>> Adding process 264 for game ID 266840 | |
GameAction [AppID 266840, ActionID 1] : LaunchApp changed task to WaitingGameWindow with "" | |
ERROR: ld.so: object '/home/tabris/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
/bin/sh: /home/tabris/.local/share/Steam/steamapps/common/Age of Mythology/aomx.exe: cannot execute binary file: Exec format error | |
GameAction [AppID 266840, ActionID 1] : LaunchApp changed task to Completed with "" | |
>>> Adding process 265 for game ID 266840 | |
Game removed: AppID 266840 "", ProcID 264 |
[tabris@ENE ~]$ flatpak run com.valvesoftware.Steam | |
https://github.com/flathub/com.valvesoftware.Steam/wiki/Frequently-asked-questions | |
Running Steam on org.freedesktop.platform 18.08 64-bit | |
STEAM_RUNTIME is enabled automatically | |
Pins up-to-date! | |
Installing breakpad exception handler for appid(steam)/version(1549129917) | |
Installing breakpad exception handler for appid(steam)/version(1549129917) | |
Installing breakpad exception handler for appid(steam)/version(1549129917) | |
[0214/194757.481603:INFO:crash_reporting.cc(242)] Crash reporting enabled for process: browser | |
[0214/194757.504123:WARNING:crash_reporting.cc(281)] Failed to set crash key: UserID with value: 0 |