Skip to content

Commit

Permalink
Merge pull request #828 from oasisprotocol/anzoman/ansible-user-modul…
Browse files Browse the repository at this point in the history
…e-use-fqcn

docs/node/run-your-node: Use FQCN for Ansible user module
  • Loading branch information
anzoman authored May 22, 2024
2 parents 8df395c + f320824 commit d59cd85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Add the following task to your playbook:

```yml
- name: Create oasis user
user:
ansible.builtin.user:
name: oasis
comment: Oasis Services user
system: yes
Expand Down

0 comments on commit d59cd85

Please sign in to comment.