Skip to content
Snippets Groups Projects

organize the users

Open Daniel Palomar requested to merge clean-old-users into master
2 unresolved threads

Merge request reports

Pipeline #182605 passed

Pipeline passed for 76e4b0cd on clean-old-users

Approval is optional
Ready to merge by members who can write to the target branch.
  • The source branch is 5 commits behind the target branch.
  • 1 commit and 1 merge commit will be added to master.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
24 - name: nramos
25 ssh_key: "{{ inventory_dir }}/../pub_keys/nicolas.pub"
26 state: present
27 27 - name: carla
28 28 ssh_key: "{{ inventory_dir }}/../pub_keys/carla.pub"
29 29 state: absent
30 - name: davidp
31 ssh_key: "{{ inventory_dir }}/../pub_keys/david.pub"
32 state: absent
33 - name: daniquilez
34 ssh_key: "{{ inventory_dir }}/../pub_keys/daniquilez.pub"
35 state: absent
30 36 - name: jrobles
31 37 ssh_key: "{{ inventory_dir }}/../pub_keys/jose.pub"
32 state: present
38 state: absent
  • 34 ssh_key: "{{ inventory_dir }}/../pub_keys/daniquilez.pub"
    35 state: absent
    30 36 - name: jrobles
    31 37 ssh_key: "{{ inventory_dir }}/../pub_keys/jose.pub"
    32 state: present
    38 state: absent
    33 39 - name: juanma
    34 40 ssh_key: "{{ inventory_dir }}/../pub_keys/juanma.pub"
    35 state: present
    36 - name: agarcia
    37 ssh_key: "{{ inventory_dir }}/../pub_keys/alvaro_garcia.pub"
    38 state: present
    39 - name: nramos
    40 ssh_key: "{{ inventory_dir }}/../pub_keys/nicolas.pub"
    41 state: present
    41 state: absent
  • Daniel Palomar added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading