Execution
Date 20 Apr 2026 17:49:21 +0100
Duration 00:00:01.08
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.5 / 1.7.5
Python 3.10.10
Summary
1 Hosts
1 Tasks
1 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-remove-pager.yaml

---
- name: Remove
  hosts: all
  gather_facts: false
  tasks:
    - name: Ensure line is remove
      ansible.builtin.lineinfile:
        path: /etc/profile
        regexp: '^export PAGER=most$'
        state: absent
        backup: true