Peter Nixon
Results
1
issues of
Peter Nixon
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...