#615 fedora-web: add .gitconfig for translation updates
Merged 3 years ago by kevin. Opened 3 years ago by darknao.
fedora-infra/ darknao/ansible fedora-web-translation  into  main

@@ -21,6 +21,21 @@ 

    debug:

      var: user_result.ssh_public_key

  

+ - name: Create gitconfig for user

+   copy:

+     content: |

+       [user]

+         name = ♪ I'm a bot, bot, bot ♪

+         email = _update_web_trans@sundries

+       [push]

+         default = simple

+     dest: ~_update_web_trans/.gitconfig

+     owner: _update_web_trans

+     group: _update_web_trans

+     mode: 0644

+   tags:

+   - fedora-web-translation

+ 

  - copy:

      src: ssh_config

      dest: ~_update_web_trans/.ssh/config

rebased onto 5b90c9e7763c662fc48d8f2d65ec5ffaac73afe0

3 years ago

rebased onto 5b90c9e7763c662fc48d8f2d65ec5ffaac73afe0

3 years ago

rebased onto 21d7821beaa380f3518c78ea1db1f0459440f66d

3 years ago

rebased onto ebc4874

3 years ago

rebased onto ebc4874

3 years ago

Pull-Request has been merged by kevin

3 years ago
Metadata