there should be a state that sets the git remotes on a repo. #67625
eedgar
started this conversation in
Feature Requests
Replies: 1 comment
-
The
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is no prebuilt state to set git remotes. This means I have to create my own state or I need to use the cmd.run or git module backend.
git.remote.exists;
name: upstream
path: /path/to/repo
url: git@foo/repo
there should be an absent version of this as well.
git.remote.absent:
name: upstream
path: /path/to/repo
Beta Was this translation helpful? Give feedback.
All reactions