git-acp-ansible icon indicating copy to clipboard operation
git-acp-ansible copied to clipboard

git_acp (add/commit/push) installer for Ansible

Results 6 git-acp-ansible issues
Sort by recently updated
recently updated
newest added

I have the following ansible play: - name: Add any new files to repo and push to GitLab delegate_to: localhost run_once: true environment: GIT_AUTHOR_NAME: "My Name" GIT_AUTHOR_EMAIL: "[email protected]" GIT_COMMITTER_NAME: "My...

Hi team, Facing issue when using this module in my playbook to push the code to repo. Code: - name: push lvrfrc87.git_acp: path: "/tmp/gitcpone" branch: "{{ branch_name }} comment: "test"...

Hello if I need to add some file in "gitignored" folder `/foo` i use `git add -f /foo/bar` Is it possible to do the same with `git_acp` ?

Hi, We used git-acp-ansible v1.1.2 from the source pypi.org and created a push with special options: push_option: --allow-empty --no-verify After updating to git-acp-ansible v2.1.0 from github.com/lvrfrc87, the --allow-empty option no...

- Add support for git `add` option.

It would be nice to add the option "git add -A".