$argon2id$v=19$m=64,t=512,p=2$Y2WLrg3/l0mOGIxvLYM+oA$707CQc+1gDifePWahHeZQQ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 159aed38500c055111dc838d6ddbd644e17c4298 Mon Sep 17 00:00:00 2001 | |
From: Kaushal M <[email protected]> | |
Date: Thu, 15 Apr 2021 01:35:45 +0530 | |
Subject: [PATCH] 1password: Add native-messaging-host config for | |
Chrome/Chromium | |
--- | |
1password/.SRCINFO | 5 +++-- | |
1password/PKGBUILD | 11 +++++++++-- | |
1password/com.1password.1password.json | 10 ++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Create the local-storage namespace | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: local-storage | |
--- | |
apiVersion: operators.coreos.com/v1alpha2 | |
kind: OperatorGroup | |
metadata: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Create the local-storage namespace | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: local-storage | |
--- | |
apiVersion: operators.coreos.com/v1alpha2 | |
kind: OperatorGroup | |
metadata: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Create the local-storage namespace | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: local-storage | |
--- | |
apiVersion: operators.coreos.com/v1alpha2 | |
kind: OperatorGroup | |
metadata: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Create the local-storage namespace | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: local-storage | |
--- | |
apiVersion: operators.coreos.com/v1alpha2 | |
kind: OperatorGroup | |
metadata: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Create the local-storage namespace | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: local-storage | |
--- | |
apiVersion: operators.coreos.com/v1alpha2 | |
kind: OperatorGroup | |
metadata: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Create the local-storage namespace | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: local-storage | |
--- | |
apiVersion: operators.coreos.com/v1alpha2 | |
kind: OperatorGroup | |
metadata: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vendor/github.com/purpleidea/mgmt/resources/nspawn.go:204: conn.GetProperties undefined (type *machine1.Conn has no field or method GetProperties) | |
vendor/github.com/purpleidea/mgmt/resources/nspawn.go:214: conn.GetImage undefined (type *machine1.Conn has no field or method GetImage) | |
vendor/github.com/purpleidea/mgmt/resources/nspawn.go:253: conn.TerminateMachine undefined (type *machine1.Conn has no field or method TerminateMachine) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- hosts: all | |
remote_user: vagrant | |
become: yes | |
become_user: root | |
gather_facts: no | |
tasks: | |
- name: update pkgin db | |
raw: pkgin -y up |
NewerOlder