Skip to content

Commit

Permalink
fix playbook bug and activate ntp
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Jun 3, 2023
1 parent de124b8 commit 2634329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/roles/maintained/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

- name: Add back rcn-ee-repo for ubuntu focal (for ti-version of linux 4.19.94)
ansible.builtin.lineinfile:
dest: "/boot/uEnv.txt"
regexp: "#?deb [arch=armhf signed-by=/usr/share/keyrings/rcn-ee-archive-keyring.gpg] http://repos.rcn-ee.com/ubuntu/ focal.*$"
dest: "/etc/apt/sources.list"
regexp: "#?deb .*.rcn-ee.*.focal.*$"
line: "deb [arch=armhf signed-by=/usr/share/keyrings/rcn-ee-archive-keyring.gpg] http://repos.rcn-ee.com/ubuntu/ focal main"
state: present
- name: APT - update cache
Expand Down
8 changes: 4 additions & 4 deletions inventory/herd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sheep:
# - assign individually ("sheep0:") or as ranges ("sheep[2:10]:")
# https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html
# example:
# ntp_clients:
# hosts:
# sheep0:
# sheep[20:30]:
ntp_clients:
hosts:
sheep0:
# sheep[20:30]:

0 comments on commit 2634329

Please sign in to comment.