adding configure git role
parent
6c5ef27b29
commit
d1f3b1a953
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- install_packages
|
- configure_git
|
||||||
|
|||||||
@ -1,11 +1,15 @@
|
|||||||
---
|
---
|
||||||
- name: Update Packages
|
- git_config:
|
||||||
ansible.builtin.apt:
|
name: core.editor
|
||||||
upgrade: dist
|
scope: global
|
||||||
update_cache: true
|
value: vim
|
||||||
|
|
||||||
- name: Install desired packages
|
- git_config:
|
||||||
ansible.builtin.apt:
|
name: user.name
|
||||||
pkg:
|
scope: global
|
||||||
- foo
|
value: chatton
|
||||||
- foo-tools
|
|
||||||
|
- git_config:
|
||||||
|
name: user.email
|
||||||
|
scope: global
|
||||||
|
value: github.qpeyb@simplelogin.fr
|
||||||
Loading…
Reference in New Issue